libcosmic/examples/cosmic/Cargo.toml

21 lines
473 B
TOML
Raw Permalink Normal View History

2022-09-30 08:55:37 -06:00
[package]
name = "cosmic"
version = "0.1.0"
2022-10-03 11:45:46 -06:00
authors = []
2022-09-30 08:55:37 -06:00
edition = "2021"
publish = false
[dependencies]
apply = "0.3.0"
2025-02-20 15:27:31 +01:00
fraction = "0.15.3"
libcosmic = { path = "../..", features = ["debug", "winit", "tokio", "single-instance", "dbus-config", "a11y", "wgpu", "xdg-portal"] }
2025-02-20 15:27:31 +01:00
once_cell = "1.20"
slotmap = "1.0.7"
env_logger = "0.11"
log = "0.4.25"
2023-09-13 16:39:44 +02:00
[dependencies.cosmic-time]
git = "https://github.com/pop-os/cosmic-time"
default-features = false
features = ["once_cell"]