Remove unnecessary import of the old raw-window-handle trait

This commit is contained in:
Simon Hausmann 2022-12-13 16:28:08 +01:00 committed by Simon Hausmann
parent 2f7664fed1
commit 64a42ca97d

View file

@ -62,7 +62,6 @@ i-slint-renderer-skia = { version = "=0.3.3", path = "../../renderers/skia", opt
# For the software renderer
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]
web-sys = { version = "0.3", features=["console", "WebGlContextAttributes", "CanvasRenderingContext2d", "HtmlInputElement", "HtmlCanvasElement", "Window", "Document", "CssStyleDeclaration", "Event", "KeyboardEvent", "InputEvent", "CompositionEvent"] }