Skip to content

Commit

Permalink
fix: artifacts CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wash2 committed Nov 30, 2023
1 parent 6e2044e commit 3c6f055
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions examples/integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,5 @@ publish = false
iced_winit.workspace = true
iced_wgpu.workspace = true
iced_widget.workspace = true

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
tracing-subscriber = "0.3"

[target.'cfg(target_arch = "wasm32")'.dependencies]
iced_wgpu.workspace = true
iced_wgpu.features = ["webgl"]

console_error_panic_hook = "0.1"
console_log = "1.0"
wasm-bindgen = "0.2"
web-sys = { version = "0.3", features = ["Element", "HtmlCanvasElement", "Window", "Document"] }

0 comments on commit 3c6f055

Please sign in to comment.