Add star to version in gtk dependencies
This commit is contained in:
parent
cd5b001d89
commit
61e42c9c8a
1 changed files with 3 additions and 3 deletions
|
@ -19,9 +19,9 @@ version = "0.10.0"
|
|||
|
||||
[dependencies]
|
||||
gtk = { version = "0.9", features = [ "v3_22" ] }
|
||||
gdk = { version = "", features = ["v3_22"] }
|
||||
gio = { version = "", features = ["v2_44"] }
|
||||
glib = { version = "", features = ["v2_44"] }
|
||||
gdk = { version = "*", features = ["v3_22"] }
|
||||
gio = { version = "*", features = ["v2_44"] }
|
||||
glib = { version = "*", features = ["v2_44"] }
|
||||
|
||||
gdk-pixbuf = "0.9"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue