kaminta/Cargo.toml

12 lines
264 B
TOML
Raw Permalink Normal View History

2021-11-25 13:59:24 +00:00
[package]
name = "kaminta"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
druid = { version = "0.7.0", features = ["image"] }
palette = "0.6.0"
image = "0.23.14"