Skip to content

Commit 961574f

Browse files
committed
use glib properties macro from custom branch
1 parent 4e9d914 commit 961574f

File tree

4 files changed

+203
-167
lines changed

4 files changed

+203
-167
lines changed

Cargo.lock

Lines changed: 52 additions & 73 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ edition = "2021"
99

1010
[dependencies.gtk]
1111
package = "gtk4"
12-
version = "0.4.7"
13-
features = ["v4_4"]
12+
git = "https://github.com/gtk-rs/gtk4-rs.git"
1413

1514
[dependencies]
1615
async-net = "1.4.7"
@@ -27,4 +26,14 @@ toml = "0.5.6"
2726
serde = { version = "1.0.116", features = ["derive"] }
2827
env_logger = "0.8.1"
2928
log = "0.4.0"
30-
adw = { package = "libadwaita", version = "0.1.0" }
29+
adw = { package = "libadwaita", git = "https://gitlab.gnome.org/World/Rust/libadwaita-rs.git"}
30+
glib-macros = {git = "https://github.com/ranfdev/gtk-rs-core.git", branch = "props_macro"}
31+
32+
[patch."https://github.com/gtk-rs/gtk-rs-core.git"]
33+
glib = {git = "https://github.com/ranfdev/gtk-rs-core.git", branch = "props_macro"}
34+
gio = {git = "https://github.com/ranfdev/gtk-rs-core.git", branch = "props_macro"}
35+
pango = {git = "https://github.com/ranfdev/gtk-rs-core.git", branch = "props_macro"}
36+
glib-sys = {git = "https://github.com/ranfdev/gtk-rs-core.git", branch = "props_macro"}
37+
gobject-sys = {git = "https://github.com/ranfdev/gtk-rs-core.git", branch = "props_macro"}
38+
gio-sys = {git = "https://github.com/ranfdev/gtk-rs-core.git", branch = "props_macro"}
39+
pango-sys = {git = "https://github.com/ranfdev/gtk-rs-core.git", branch = "props_macro"}

0 commit comments

Comments
 (0)