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 19, 2024
1 parent 02a8329 commit a2f252f
Show file tree
Hide file tree
Showing 27 changed files with 2,479 additions and 2,457 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 = { git = "https://github.com/Relm4/Relm4.git", rev = "e24915ac03e5ef1ec6f489ac7aeb26ec009f1618" }
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
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ endif

all: build

build: gtk+-3.0
build: gtk+-4.0
$(CARGO) build $(CARGO_FLAGS)

gtk+-3.0:
gtk+-4.0:
@if ! pkg-config $@; then \
printf '%s not installed\n' "$@" >&2; \
exit 1; \
Expand Down
30 changes: 0 additions & 30 deletions src/add.rs

This file was deleted.

Loading

0 comments on commit a2f252f

Please sign in to comment.