File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ bitflags = "2.9"
40
40
gir-format-check = " ^0.1"
41
41
glib-sys = { path = " glib/sys" , version = " 0.22" }
42
42
gobject-sys = { path = " glib/gobject-sys" , version = " 0.22" }
43
- glib = { path = " glib" , version = " 0.22" }
43
+ glib = { path = " glib" , version = " 0.22" , default-features = false }
44
44
gio-sys = { path = " gio/sys" , version = " 0.22" }
45
45
gio = { path = " gio" , version = " 0.22" }
46
46
pango-sys = { path = " pango/sys" , version = " 0.22" }
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ futures-channel = "0.3"
41
41
futures-io = " 0.3"
42
42
futures-util = { version = " 0.3" , default-features = false }
43
43
gio-sys.workspace = true
44
- glib. workspace = true
44
+ glib = { workspace = true , features = [ " futures " ] }
45
45
pin-project-lite = " 0.2"
46
46
smallvec = " 1"
47
47
You can’t perform that action at this time.
0 commit comments