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]
|
2022-12-30 17:40:16 +01:00
|
|
|
apply = "0.3.0"
|
2025-03-19 20:29:11 +01:00
|
|
|
fraction = "0.15.3"
|
|
|
|
|
libcosmic = { path = "../..", features = [
|
|
|
|
|
"debug",
|
|
|
|
|
"winit",
|
|
|
|
|
"tokio",
|
|
|
|
|
"single-instance",
|
|
|
|
|
"dbus-config",
|
|
|
|
|
"a11y",
|
|
|
|
|
"wgpu",
|
|
|
|
|
"xdg-portal",
|
|
|
|
|
] }
|
|
|
|
|
once_cell = "1.21"
|
2026-01-14 18:46:53 +01:00
|
|
|
slotmap = "1.1.1"
|
2023-05-30 12:03:15 -04:00
|
|
|
env_logger = "0.10"
|
2026-01-14 18:46:53 +01:00
|
|
|
log = "0.4.29"
|
2023-09-13 16:39:44 +02:00
|
|
|
|
|
|
|
|
[dependencies.cosmic-time]
|
|
|
|
|
git = "https://github.com/pop-os/cosmic-time"
|
|
|
|
|
default-features = false
|
2024-10-19 22:00:59 -06:00
|
|
|
features = ["once_cell"]
|