feat(widget): add calendar widget
This commit is contained in:
parent
f0585c0126
commit
d68488de47
6 changed files with 314 additions and 10 deletions
14
examples/calendar/Cargo.toml
Normal file
14
examples/calendar/Cargo.toml
Normal 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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue