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
|
||||
|
||||
My progress documented. The diary is in German.
|
@ -1,3 +1,6 @@
|
||||
:experimental:
|
||||
:docdatetime: 2022-06-13T13:07:27.205Z
|
||||
|
||||
== Hello world
|
||||
|
||||
Hello world ist relativ einfach. `println!` ist ein Makro (eine
|
||||
|
@ -1,3 +1,6 @@
|
||||
:experimental:
|
||||
:docdatetime: 2022-06-13T13:07:27.205Z
|
||||
|
||||
== Cargo
|
||||
|
||||
Cargo ist Rusts package manager. +
|
||||
|
@ -1,3 +1,6 @@
|
||||
:experimental:
|
||||
:docdatetime: 2022-06-13T13:07:27.205Z
|
||||
|
||||
== Erstes Spiel
|
||||
|
||||
=== Projekt erstellen
|
||||
|
@ -1,4 +1,5 @@
|
||||
:experimental:
|
||||
:docdatetime: 2022-06-13T13:07:27.205Z
|
||||
|
||||
= Infoscreen
|
||||
|
||||
@ -60,6 +61,8 @@ Currently, the following info is shown:
|
||||
|
||||
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
|
||||
|
||||
For the weather, I used the https://darksky.net/[DarkSky API].
|
||||
|
Loading…
Reference in New Issue
Block a user