- Commit
- e60aaef2752e8849fc57ffb38fc24139f097e886
- Parent
- 6f6871e7928419ef2cb2965711349f7bca3dc3fe
- Author
- Pablo <pablo-escobar@riseup.net>
- Date
Rename the app to stapix instead of yaggen
Custum build of stapix for tikz.pablopie.xyz
Rename the app to stapix instead of yaggen
3 files changed, 13 insertions, 13 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | Cargo.lock | 20 | 10 | 10 |
Modified | Cargo.toml | 4 | 2 | 2 |
Modified | README.md | 2 | 1 | 1 |
diff --git a/Cargo.lock b/Cargo.lock @@ -456,6 +456,16 @@ dependencies = [ ] [[package]] +name = "stapix" +version = "0.1.0" +dependencies = [ + "image", + "serde", + "serde_yaml", + "webp", +] + +[[package]] name = "syn" version = "2.0.39" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -506,16 +516,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb" [[package]] -name = "yaggen" -version = "0.1.0" -dependencies = [ - "image", - "serde", - "serde_yaml", - "webp", -] - -[[package]] name = "zune-inflate" version = "0.2.54" source = "registry+https://github.com/rust-lang/crates.io-index"
diff --git a/Cargo.toml b/Cargo.toml @@ -1,8 +1,8 @@ [package] -name = "yaggen" +name = "stapix" version = "0.1.0" edition = "2021" -license = "GPL3" +license = "GPLv3" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/README.md b/README.md @@ -1,3 +1,3 @@ -# yaggen +# StaPix Yet another gallery generator