initial support for app library
This commit is contained in:
parent
6ed9fdc9cd
commit
9273ea91e8
8 changed files with 154 additions and 171 deletions
|
|
@ -7,7 +7,7 @@ edition = "2021"
|
|||
cascade = "1.0.0"
|
||||
derivative = "2.2.0"
|
||||
gdk4 = "0.4.4"
|
||||
gdk4-wayland = { version = "0.4.2", optional = true }
|
||||
gdk4-wayland = { version = "0.4.2", features = [ "wayland_crate" ], optional = true }
|
||||
gdk4-x11 = { version = "0.4.2", features = [ "xlib" ] }
|
||||
gio = "0.15.2"
|
||||
gobject-sys = "0.15.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue