28 lines
593 B
TOML
28 lines
593 B
TOML
[package]
|
|
name = "stiletto"
|
|
version = "0.1.0"
|
|
authors = ["Enrico Lumetti <enrico.lumetti@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
input = { git = "https://github.com/Smithay/input.rs" }
|
|
udev = "0.2"
|
|
libc = "0.2"
|
|
errno = "0.2"
|
|
csv = "1.1"
|
|
druid = { git = "https://github.com/doppioandante/druid", branch = "stylus_events" }
|
|
|
|
[dependencies.gtk]
|
|
version = "0.9.2"
|
|
features = ["v3_24"]
|
|
|
|
[dependencies.gio]
|
|
version = ""
|
|
features = ["v2_60"]
|
|
|
|
[dependencies.gdk]
|
|
version = ""
|
|
features = ["v3_24"]
|