smithay/wlcs_anvil/Cargo.toml

21 lines
534 B
TOML
Raw Normal View History

2021-07-08 17:15:54 +02:00
[package]
name = "wlcs_anvil"
version = "0.0.1"
2022-06-23 18:10:40 +02:00
authors = ["Victor Berger <victor.berger@m4x.org>", "Drakulix (Victoria Brekenfeld)"]
2021-07-08 17:15:54 +02:00
license = "MIT"
publish = false
edition = "2018"
[lib]
crate-type = ["cdylib"]
[dependencies]
2022-06-16 22:31:17 +02:00
smithay = { path = "..", default-features=false, features=["wayland_frontend", "use_system_lib"] }
anvil = { path = "../anvil", default-features=false }
2022-08-31 21:14:41 +02:00
wayland-sys = { version = "=0.30.0-beta.9", features = ["client", "server"] }
2021-07-08 17:15:54 +02:00
libc = "0.2"
memoffset = "0.6"
slog = "2.0"
cgmath = "0.18"
nix = "0.24"