libcosmic/examples/open-dialog/Cargo.toml

22 lines
443 B
TOML
Raw Normal View History

[package]
name = "open-dialog"
version = "0.1.0"
edition = "2021"
[features]
default = ["xdg-portal"]
rfd = ["libcosmic/rfd"]
xdg-portal = ["libcosmic/xdg-portal"]
[dependencies]
apply = "0.3.0"
tokio = { version = "1.31", features = ["full"] }
tracing = "0.1.37"
tracing-subscriber = "0.3.17"
url = "2.4.0"
[dependencies.libcosmic]
2024-10-18 10:49:51 -04:00
features = ["debug", "winit", "multi-window", "wayland", "tokio"]
path = "../../"
default-features = false