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:
snakedye 2021-05-22 06:08:52 -04:00 committed by GitHub
parent f26d91f455
commit f33add200c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"] }