runtime: Remove start_dnd
This is not currently used. And is impossible to (soundly) use, since it requires a `Send` bound, which `State` and `Element` lack.
This commit is contained in:
parent
bd6c04d809
commit
ed5de12e69
3 changed files with 2 additions and 52 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -3218,11 +3218,13 @@ dependencies = [
|
|||
"mundy",
|
||||
"raw-window-handle",
|
||||
"rustc-hash 2.1.1",
|
||||
"rustix 0.38.44",
|
||||
"sysinfo",
|
||||
"thiserror 2.0.17",
|
||||
"tracing",
|
||||
"wasm-bindgen-futures",
|
||||
"wayland-backend",
|
||||
"wayland-client",
|
||||
"wayland-protocols 0.32.9",
|
||||
"web-sys",
|
||||
"winapi",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue