stiletto/Cargo.toml

29 lines
566 B
TOML

[package]
name = "stiletto"
version = "0.1.0"
authors = ["Enrico Lumetti <enrico.lumetti@gmail.com>"]
edition = "2018"
[dependencies]
udev = "0.2"
libc = "0.2"
errno = "0.2"
csv = "1.1"
druid = { version = "0.6.0", features = ["im"] }
im = { version = "*" }
[patch.crates-io]
druid = { git = "https://github.com/doppioandante/druid", branch = "stylus_events_0.6.0", features = ["im"] }
[dependencies.gtk]
version = "0.8.1"
features = ["v3_22"]
[dependencies.gio]
version = "0.8.1"
features = ["v2_56"]
[dependencies.gdk]
version = "0.12.1"
features = ["v3_22"]