segmented button: support tab drag + drop
This commit is contained in:
parent
709044891e
commit
419e2dd3fa
5 changed files with 950 additions and 33 deletions
|
|
@ -122,6 +122,7 @@ image = { version = "0.25.8", default-features = false, features = [
|
|||
"png",
|
||||
] }
|
||||
libc = { version = "0.2.175", optional = true }
|
||||
log = "0.4"
|
||||
mime = { version = "0.3.17", optional = true }
|
||||
palette = "0.7.6"
|
||||
raw-window-handle = "0.6"
|
||||
|
|
@ -222,4 +223,3 @@ dirs = "6.0.0"
|
|||
[dev-dependencies]
|
||||
tempfile = "3.13.0"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue