Skip to content

Commit 8d420c4

Browse files
authored
fix(web): fix crash on web build due to missing web feature for puffin. (#914)
Fixes: #913
1 parent 1fb348f commit 8d420c4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cargo.lock

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ bones_bevy_renderer = { git = "https://github.com/fishfolk/bones" }
2020
bevy_tasks = "0.11"
2121
turborand = { version = "0.10.0", features = ["atomic"] }
2222
tracing = "0.1.37"
23-
puffin = "0.17.0"
23+
puffin = { version = "0.17.0", features = ["web"] }
2424
puffin_egui = "0.23.0"
2525
petgraph = "0.6.4"
2626
rapier2d = { version = "0.17.2", features = ["debug-render", "enhanced-determinism"] }

0 commit comments

Comments
 (0)