20 lines
528 B
TOML
20 lines
528 B
TOML
[package]
|
|
name = "sctk_subsurface"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
# sctk = { package = "smithay-client-toolkit", git = "https://github.com/smithay/client-toolkit", rev = "828b1eb" }
|
|
iced = { path = "../..", default-features = false, features = [
|
|
"tokio",
|
|
"wayland",
|
|
"winit",
|
|
"debug",
|
|
"tiny-skia",
|
|
] }
|
|
iced_runtime = { path = "../../runtime" }
|
|
env_logger = "0.10"
|
|
futures-channel = "0.3.29"
|
|
calloop = "0.13"
|
|
rustix = { version = "0.38.30", features = ["fs", "shm"] }
|
|
cctk.workspace = true
|