Bumping the gtk version (#164)
* just enabling wayland * gtk: bumping the version number This is meant to improve the stability of the Wayland backend. * default to x11 Co-authored-by: Bryan Ndjeutcha <ndjeutcha@gmail.com>
This commit is contained in:
parent
f26d91f455
commit
f33add200c
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ no-x11-wayland = []
|
|||
version = "0.10.0"
|
||||
|
||||
[dependencies]
|
||||
gtk = { version = "0.9", features = [ "v3_16" ] }
|
||||
gdk = { version = "", features = ["v3_16"] }
|
||||
gtk = { version = "0.9", features = [ "v3_22" ] }
|
||||
gdk = { version = "", features = ["v3_22"] }
|
||||
gio = { version = "", features = ["v2_44"] }
|
||||
glib = { version = "", features = ["v2_44"] }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue