gen-wallpapers: "cli" example is just a binary

This commit is contained in:
Philippe Loctaux 2025-06-02 19:50:59 +02:00
parent 627f52f16d
commit 3f478f5353
3 changed files with 1 additions and 3 deletions

View file

@ -9,6 +9,4 @@ reqwest = { version = "0.11.22", features = ["blocking", "json"] }
serde = { version = "1.0.197", features = ["derive"] } serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.108" serde_json = "1.0.108"
dms-coordinates = "1.3.0" dms-coordinates = "1.3.0"
[dev-dependencies]
clap = { version = "4.5.4", features = ["derive"] } clap = { version = "4.5.4", features = ["derive"] }

View file

@ -16,7 +16,7 @@ http://philippeloctaux.com
## wallpapers ## wallpapers
1. place **JPEG** files in `public/wallpapers` and make sure they have exif data (GPS + date) 1. place **JPEG** files in `public/wallpapers` and make sure they have exif data (GPS + date)
2. inside `crates/gen-wallpapers`, run `cargo run --example cli -- ./public/wallpapers > ./crates/plcom/wallpapers.json` to generate wallpaper metadata 2. inside `crates/gen-wallpapers`, run `cargo run -- ../../public/wallpapers > ../plcom/wallpapers.json` to generate wallpaper metadata
## icons ## icons