21 lines
No EOL
484 B
TOML
21 lines
No EOL
484 B
TOML
[package]
|
|
name = "cosmic"
|
|
version = "0.1.0"
|
|
authors = []
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
apply = "0.3.0"
|
|
fraction = "0.14.0"
|
|
libcosmic = { path = "../..", features = ["debug", "winit", "tokio", "single-instance", "dbus-config", ] }
|
|
once_cell = "1.18"
|
|
slotmap = "1.0.6"
|
|
env_logger = "0.10"
|
|
log = "0.4.17"
|
|
|
|
[dependencies.cosmic-time]
|
|
git = "https://github.com/pop-os/cosmic-time"
|
|
default-features = false
|
|
branch = "wip-iced-update"
|
|
features = ["libcosmic", "once_cell"] |