Skip to content

Commit 8a040dd

Browse files
committed
feat: basic DnD support
1 parent 96cc393 commit 8a040dd

File tree

3 files changed

+410
-71
lines changed

3 files changed

+410
-71
lines changed

Cargo.lock

Lines changed: 98 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cosmic-app-list/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ edition = "2021"
77
[dependencies]
88
cctk = { git = "https://github.com/pop-os/cosmic-protocols", package = "cosmic-client-toolkit" }
99
cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols", default-features = false, features = ["client"] }
10-
# libcosmic = { git = "https://github.com/pop-os/libcosmic/", branch = "master", default-features = false, features = ["wayland", "applet", "tokio"] }
11-
libcosmic = { path = "../../libcosmic", default-features = false, features = ["wayland", "applet", "tokio"] }
10+
libcosmic = { git = "https://github.com/pop-os/libcosmic/", branch = "master", default-features = false, features = ["wayland", "applet", "tokio"] }
11+
# libcosmic = { path = "../../libcosmic", default-features = false, features = ["wayland", "applet", "tokio"] }
1212
ron = "0.8"
1313
futures = "0.3"
1414
futures-util = "0.3"

0 commit comments

Comments
 (0)