iced-yoda/examples/sctk_drag/Cargo.toml
2026-02-04 15:38:07 -05:00

18 lines
395 B
TOML

[package]
name = "sctk_drag"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
iced_core = { path = "../../core" }
iced = { path = "../..", default-features = false, features = [
"tiny-skia",
"tokio",
"winit",
"wayland",
"debug",
] }
env_logger = "0.10"
cctk.workspace = true