chore: update
This commit is contained in:
parent
710aedfe20
commit
006ac8bbf6
2 changed files with 1086 additions and 489 deletions
1569
Cargo.lock
generated
1569
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "todoodoo"
|
||||
description = "todoodoo"
|
||||
version = "0.2.1"
|
||||
version = "0.2.2"
|
||||
edition = "2021"
|
||||
license = "GPL-3.0-only"
|
||||
|
||||
|
@ -26,9 +26,9 @@ opt-level = "s"
|
|||
codegen-units = 1
|
||||
|
||||
[dependencies.eframe]
|
||||
version = "0.24"
|
||||
version = "0.27"
|
||||
default-features = false
|
||||
features = [ "wayland", "glow", "persistence" ]
|
||||
features = ["wayland", "glow", "persistence"]
|
||||
|
||||
[dependencies.homedir]
|
||||
version = "0.2"
|
||||
|
|
Loading…
Reference in a new issue