chore: update tag
This commit is contained in:
parent
f290a4fc86
commit
e717bd58a0
3 changed files with 3 additions and 3 deletions
|
|
@ -9,7 +9,7 @@ bitflags = "2.5.0"
|
|||
raw-window-handle = "0.6"
|
||||
|
||||
[target.'cfg(all(unix, not(any(target_os="macos", target_os="android", target_os="emscripten", target_os="ios", target_os="redox"))))'.dependencies]
|
||||
smithay-clipboard = { git = "https://github.com/pop-os/smithay-clipboard", tag = "pop-dnd-2", features = [
|
||||
smithay-clipboard = { git = "https://github.com/pop-os/smithay-clipboard", tag = "pop-dnd-3", features = [
|
||||
"dnd",
|
||||
] }
|
||||
sctk = { package = "smithay-client-toolkit", git = "https://github.com/Smithay/client-toolkit", default-features = false, features = [
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[target.'cfg(all(unix, not(any(target_os="macos", target_os="android", target_os="emscripten", target_os="ios", target_os="redox"))))'.dependencies]
|
||||
smithay-clipboard = { git = "https://github.com/pop-os/smithay-clipboard", tag = "pop-dnd-2" }
|
||||
smithay-clipboard = { git = "https://github.com/pop-os/smithay-clipboard", tag = "pop-dnd-3" }
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ keywords = ["clipboard", "wayland"]
|
|||
|
||||
[dependencies]
|
||||
|
||||
smithay-clipboard = { git = "https://github.com/pop-os/smithay-clipboard", tag = "pop-dnd-2", features = [
|
||||
smithay-clipboard = { git = "https://github.com/pop-os/smithay-clipboard", tag = "pop-dnd-3", features = [
|
||||
"dnd",
|
||||
] }
|
||||
mime = { path = "../mime" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue