tikz-gallery-generator
Custum build of stapix for tikz.pablopie.xyz
Cargo.toml (371B)
1 [package] 2 name = "tikz_gallery_generator" 3 version = "0.1.0" 4 edition = "2021" 5 license = "GPLv3" 6 7 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 8 9 [dependencies] 10 serde = { version = "1.0", features = ["derive"] } 11 serde_yaml = "0.9" 12 webp = "0.2" 13 image = "0.24.7" 14 threadpool = "1.8.1" 15 num_cpus = "1.16.0" 16 crossterm = "0.27.0"