guwu/Cargo.toml

11 lines
250 B
TOML
Raw Normal View History

2021-09-24 20:20:25 +02:00
[package]
name = "guwu"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-12-19 14:49:50 +01:00
druid = { git = "https://github.com/linebender/druid.git" }
2021-09-24 20:20:25 +02:00
uwuify = "0.2.2"