16 lines
527 B
TOML
16 lines
527 B
TOML
|
[package]
|
||
|
name = "test_wayland_server"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
smithay = "0.3.0"
|
||
|
wayland-protocols = { version = "0.31.0", features = ["unstable", "staging", "server"] }
|
||
|
wayland-protocols-wlr = { version = "0.2.0", features = ["server"] }
|
||
|
wayland-protocols-misc = { version = "0.2.0", features = ["server"] }
|
||
|
wayland-server = "0.31.0"
|
||
|
wayland-sys = "0.31.1"
|
||
|
wayland-backend = "0.3.2"
|
||
|
tempfile = "3.8.1"
|