smithay/Cargo.toml

20 lines
522 B
TOML
Raw Normal View History

2017-01-20 09:54:05 +01:00
[package]
name = "smithay"
version = "0.1.0"
authors = ["Victor Berger <victor.berger@thalesgroup.com>"]
[dependencies]
2017-03-14 18:47:46 +01:00
wayland-server = { version = "0.8.6", features = ["dlopen"] }
2017-02-20 22:32:03 +01:00
nix = "0.7.0"
2017-03-07 11:53:57 +01:00
glutin = { version = "~0.7.4", optional = true }
glium = { version = "~0.16.0", optional = true }
2017-02-22 11:00:03 +01:00
slog = { version = "~1.5.2", features = ["max_level_trace", "release_max_level_info"] }
slog-stdlog = "~1.1.0"
2017-03-11 09:15:17 +01:00
clippy = { version = "*", optional = true }
2017-02-22 11:00:03 +01:00
[dev-dependencies]
slog-term = "~1.5"
2017-03-07 11:53:57 +01:00
[features]
default = ["glutin"]