feat(widget): add calendar widget

This commit is contained in:
Michael Aaron Murphy 2024-03-14 16:16:51 +01:00 committed by Michael Murphy
parent f0585c0126
commit d68488de47
6 changed files with 314 additions and 10 deletions

View file

@ -0,0 +1,14 @@
[package]
name = "calendar"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "0.4.35"
[dependencies.libcosmic]
path = "../../"
default-features = false
features = ["debug", "winit", "tokio", "xdg-portal", "wgpu"]