13 lines
394 B
TOML
13 lines
394 B
TOML
[package]
|
|
name = "activate-linux-wayland"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
png = "0.17.5"
|
|
smithay-client-toolkit = "0.15.4"
|
|
tempfile = "3.3.0"
|
|
wayland-client = "0.29.4"
|
|
wayland-protocols = { version = "0.29.4", features = ["client", "staging_protocols", "unstable_protocols"] }
|