Merge branch 'master' into beacon
This commit is contained in:
commit
8bd5de72ea
371 changed files with 33138 additions and 12950 deletions
|
|
@ -17,12 +17,12 @@ workspace = true
|
|||
default = ["x11", "wayland", "wayland-dlopen", "wayland-csd-adwaita"]
|
||||
debug = ["iced_debug/enable"]
|
||||
system = ["sysinfo"]
|
||||
application = []
|
||||
program = []
|
||||
x11 = ["winit/x11"]
|
||||
wayland = ["winit/wayland"]
|
||||
wayland-dlopen = ["winit/wayland-dlopen"]
|
||||
wayland-csd-adwaita = ["winit/wayland-csd-adwaita"]
|
||||
multi-window = ["iced_runtime/multi-window"]
|
||||
unconditional-rendering = []
|
||||
|
||||
[dependencies]
|
||||
iced_debug.workspace = true
|
||||
|
|
@ -34,17 +34,13 @@ log.workspace = true
|
|||
rustc-hash.workspace = true
|
||||
thiserror.workspace = true
|
||||
tracing.workspace = true
|
||||
wasm-bindgen-futures.workspace = true
|
||||
window_clipboard.workspace = true
|
||||
winit.workspace = true
|
||||
|
||||
sysinfo.workspace = true
|
||||
sysinfo.optional = true
|
||||
|
||||
[target.'cfg(target_os = "windows")'.dependencies]
|
||||
winapi.workspace = true
|
||||
|
||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||
web-sys.workspace = true
|
||||
web-sys.features = ["Document", "Window"]
|
||||
|
||||
web-sys.features = ["Document", "Window", "HtmlCanvasElement"]
|
||||
wasm-bindgen-futures.workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue