Skip to content

Commit

Permalink
Fix triangle core example on web
Browse files Browse the repository at this point in the history
  • Loading branch information
asny committed Nov 28, 2024
1 parent 20d6b1d commit 5bf89d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/triangle_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ crate-type = ["cdylib"]

[dependencies]
three-d = { path = "../../" }
three-d-asset = {version = "0.8"}
three-d-asset = {version = "0.9"}

[target.'cfg(target_arch = "wasm32")'.dependencies]
log = "0.4"
Expand Down

0 comments on commit 5bf89d0

Please sign in to comment.