mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-08 15:32:22 +00:00
Remove unnecessary import of the old raw-window-handle trait
This commit is contained in:
parent
2f7664fed1
commit
64a42ca97d
1 changed files with 0 additions and 1 deletions
|
|
@ -62,7 +62,6 @@ i-slint-renderer-skia = { version = "=0.3.3", path = "../../renderers/skia", opt
|
||||||
|
|
||||||
# For the software renderer
|
# For the software renderer
|
||||||
softbuffer = { version = "0.1.1", optional = true }
|
softbuffer = { version = "0.1.1", optional = true }
|
||||||
raw-window-handle-old = { package = "raw-window-handle", version = "0.4.1", features = ["alloc"] }
|
|
||||||
|
|
||||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||||
web-sys = { version = "0.3", features=["console", "WebGlContextAttributes", "CanvasRenderingContext2d", "HtmlInputElement", "HtmlCanvasElement", "Window", "Document", "CssStyleDeclaration", "Event", "KeyboardEvent", "InputEvent", "CompositionEvent"] }
|
web-sys = { version = "0.3", features=["console", "WebGlContextAttributes", "CanvasRenderingContext2d", "HtmlInputElement", "HtmlCanvasElement", "Window", "Document", "CssStyleDeclaration", "Event", "KeyboardEvent", "InputEvent", "CompositionEvent"] }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue