Skip to content

Commit dab4eff

Browse files
fixup: Regen without a local gir commit
1 parent be4a4f5 commit dab4eff

File tree

28 files changed

+137
-142
lines changed

28 files changed

+137
-142
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -48,28 +48,15 @@ rustc-args = ["--cfg", "docsrs"]
4848
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]
4949

5050
[workspace.dependencies]
51-
cairo-sys-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19"}
5251
cairo-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["use_glib"]}
53-
gdk-pixbuf-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19"}
5452
gdk-pixbuf = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19"}
55-
gio-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v2_66"]}
5653
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v2_66"]}
57-
gobject-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v2_66"]}
58-
glib-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v2_66"]}
5954
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v2_66"]}
60-
graphene-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19"}
6155
graphene = {package = "graphene-rs", git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19"}
6256
libc = "0.2"
63-
pango-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v1_46"]}
6457
pango = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v1_46"]}
6558
gir-format-check = "^0.1"
66-
gdk4-sys = {path = "gdk4/sys", version = "0.8"}
6759
gdk = {package = "gdk4", path = "gdk4", version = "0.8"}
68-
gsk4-sys = {path = "gsk4/sys", version = "0.8"}
6960
gsk = {package = "gsk4", path = "gsk4", version = "0.8"}
7061
gtk4-macros = {path = "gtk4-macros", version = "0.8"}
71-
gtk = { path = "gtk4", package = "gtk4", version = "0.8" }
72-
system-deps = "6"
73-
pkg-config = "0.3.24"
74-
shell-words = "1.0.0"
75-
tempfile = "3"
62+
gtk = { path = "gtk4", package = "gtk4", version = "0.8" }

gdk4-wayland/src/auto/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ 7e319077b8b6)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 4d83970797d4)

gdk4-wayland/sys/Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,10 @@ v4_12 = ["v4_10"]
5858
[dependencies]
5959
libc = "0.2"
6060

61-
[dependencies.glib-sys]
62-
workspace = true
61+
[dependencies.glib]
62+
package = "glib-sys"
63+
git = "https://github.com/gtk-rs/gtk-rs-core"
64+
version = "0.19"
6365

6466
[build-dependencies]
6567
system-deps = "6"

gdk4-wayland/sys/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
)]
1212
#![cfg_attr(docsrs, feature(doc_cfg))]
1313

14-
use glib_sys as glib;
15-
1614
#[allow(unused_imports)]
1715
use libc::{
1816
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,

gdk4-wayland/sys/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ 7e319077b8b6)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 4d83970797d4)

gdk4-win32/src/auto/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ 7e319077b8b6)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 4d83970797d4)

gdk4-win32/sys/Cargo.toml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,15 @@ v4_8 = ["v4_4"]
5454
[dependencies]
5555
libc = "0.2"
5656

57-
[dependencies.gdk4-sys]
58-
workspace = true
57+
[dependencies.gdk]
58+
package = "gdk4-sys"
59+
path = "../../gdk4/sys"
60+
version = "0.8"
5961

6062
[dependencies.glib]
61-
workspace = true
62-
63-
[dependencies.gdk-pixbuf]
64-
workspace = true
63+
package = "glib-sys"
64+
git = "https://github.com/gtk-rs/gtk-rs-core.git"
65+
version = "0.19"
6566

6667
[build-dependencies]
6768
system-deps = "6"

gdk4-win32/sys/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
)]
1212
#![cfg_attr(docsrs, feature(doc_cfg))]
1313

14-
use gdk4_sys as gdk;
15-
use glib_sys as glib;
16-
1714
#[allow(unused_imports)]
1815
use libc::{
1916
c_char, c_double, c_float, c_int, c_long, c_short, c_uchar, c_uint, c_ulong, c_ushort, c_void,

gdk4-win32/sys/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Generated by gir (https://github.com/gtk-rs/gir @ 7e319077b8b6)
1+
Generated by gir (https://github.com/gtk-rs/gir @ 68044d02c2a3)
22
from gir-files (https://github.com/gtk-rs/gir-files @ 4d83970797d4)

0 commit comments

Comments
 (0)