Add last edit date
This commit is contained in:
parent
99c862ea5a
commit
e07fe4bb63
@ -1,3 +1,6 @@
|
|||||||
|
:experimental:
|
||||||
|
:docdatetime: 2022-06-13T13:07:27.205Z
|
||||||
|
|
||||||
= Learning Rust
|
= Learning Rust
|
||||||
|
|
||||||
My progress documented. The diary is in German.
|
My progress documented. The diary is in German.
|
@ -1,3 +1,6 @@
|
|||||||
|
:experimental:
|
||||||
|
:docdatetime: 2022-06-13T13:07:27.205Z
|
||||||
|
|
||||||
== Hello world
|
== Hello world
|
||||||
|
|
||||||
Hello world ist relativ einfach. `println!` ist ein Makro (eine
|
Hello world ist relativ einfach. `println!` ist ein Makro (eine
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
:experimental:
|
||||||
|
:docdatetime: 2022-06-13T13:07:27.205Z
|
||||||
|
|
||||||
== Cargo
|
== Cargo
|
||||||
|
|
||||||
Cargo ist Rusts package manager. +
|
Cargo ist Rusts package manager. +
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
:experimental:
|
||||||
|
:docdatetime: 2022-06-13T13:07:27.205Z
|
||||||
|
|
||||||
== Erstes Spiel
|
== Erstes Spiel
|
||||||
|
|
||||||
=== Projekt erstellen
|
=== Projekt erstellen
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
:experimental:
|
:experimental:
|
||||||
|
:docdatetime: 2022-06-13T13:07:27.205Z
|
||||||
|
|
||||||
= Infoscreen
|
= Infoscreen
|
||||||
|
|
||||||
@ -60,6 +61,8 @@ Currently, the following info is shown:
|
|||||||
|
|
||||||
Also, the background image is cycled through 20-ish images.
|
Also, the background image is cycled through 20-ish images.
|
||||||
|
|
||||||
|
When it's getting late, a dark mode gets activated and the weather map is replaced by I cute gif of a sleeping Pikachu.
|
||||||
|
|
||||||
=== Weather
|
=== Weather
|
||||||
|
|
||||||
For the weather, I used the https://darksky.net/[DarkSky API].
|
For the weather, I used the https://darksky.net/[DarkSky API].
|
||||||
|
Loading…
Reference in New Issue
Block a user