libcosmic-yoda/examples/calendar/Cargo.toml

14 lines
298 B
TOML
Raw Normal View History

2024-03-14 16:16:51 +01:00
[package]
name = "calendar"
version = "1.0.0"
edition = "2024"
2024-03-14 16:16:51 +01:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
jiff = "0.2"
2024-03-14 16:16:51 +01:00
[dependencies.libcosmic-yoda]
2024-03-14 16:16:51 +01:00
path = "../../"
features = ["debug", "winit", "tokio", "xdg-portal", "wgpu"]