Skip to content

Commit

Permalink
Migrates to relm4
Browse files Browse the repository at this point in the history
  • Loading branch information
sanpii committed Dec 16, 2024
1 parent 02a8329 commit a9081b8
Show file tree
Hide file tree
Showing 26 changed files with 2,464 additions and 2,455 deletions.
652 changes: 355 additions & 297 deletions Cargo.lock

Large diffs are not rendered by default.

16 changes: 10 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,26 @@ rust-version = "1.80"

[dependencies]
dotenvy = "0.15"
gtk = "0.16"
human-panic = "2.0"
notify = "7.0"
pulldown-cmark = "0.12"
rand = "^0.8"
regex = "^1.0"
relm = "0.24"
relm-derive = "0.24"
rand = "0.8"
regex = "1.0"
relm4 = "0.9"
relm4-components = "0.9"
xdg = "2.1"

[dependencies.chrono]
version = "0.4"
default-features = false

[dependencies.gtk]
package = "gtk4"
version = "0.9"
features = ["v4_12"]

[dependencies.log]
version = "^0.4"
version = "0.4"
features = ["std"]

[dependencies.todo-txt]
Expand Down
30 changes: 0 additions & 30 deletions src/add.rs

This file was deleted.

Loading

0 comments on commit a9081b8

Please sign in to comment.