kiwmi/Cargo.toml

13 lines
203 B
TOML
Raw Normal View History

2018-12-31 14:51:40 +00:00
[package]
name = "kiwmi"
version = "0.1.0"
authors = ["buffet <dev@buffet.sh>"]
edition = "2018"
[dependencies]
2019-01-17 13:37:02 +00:00
log = "0.4"
2018-12-31 14:51:40 +00:00
[dependencies.wlroots]
2019-01-07 20:29:08 +00:00
path = "wlroots-rs"
2018-12-31 14:51:40 +00:00
features = ["static", "unstable"]