diff options
author | Joris | 2021-11-21 18:12:11 +0100 |
---|---|---|
committer | Joris | 2021-11-21 18:12:11 +0100 |
commit | 3c5be0300f281d809cbe2ecdf52a4ef34598f084 (patch) | |
tree | 5de6256d0d20c8bb0c3e4d88e1f84e17f3f6a7fd /Cargo.toml | |
parent | 54bcca5c48b4586433a92fe4aad9cddd2e5500dc (diff) |
Show static events on the calendar
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,5 +5,6 @@ authors = ["Joris Guyonvarch"] edition = "2018" [dependencies] -gtk4 = { version = "0.3", features = ["v4_2"] } chrono = "0.4" +gtk4 = { version = "0.3", features = ["v4_2"] } +pango = "0.14" |