reorder dock items & move item if it is dropped on dock but already exists

This commit is contained in:
Ashley Wulber 2021-12-16 17:14:44 -05:00
parent 9f5af5e573
commit e9c5bf9254
3 changed files with 66 additions and 33 deletions

View file

@ -8,7 +8,6 @@ cascade = "1"
gdk4 = "0.3.1"
gdk4-x11 = "0.3.0"
gio = "0.14.8"
gtk4 = "0.3.1"
x11 = { version = "2", features = ["xlib"] }
# examples/launcher
@ -24,3 +23,8 @@ once_cell = "1.8.0"
xdg = "2.4.0"
serde = "1.0.130"
x11rb = "0.9.0"
[dependencies.gtk4]
package = "gtk4"
version = "0.3.1"
features = ["v4_4"]