Skip to content

Commit

Permalink
fix(web): fix crash on web build due to missing web feature for puf…
Browse files Browse the repository at this point in the history
…fin. (#914)

Fixes: #913
  • Loading branch information
zicklag committed Feb 3, 2024
1 parent 1fb348f commit 8d420c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ bones_bevy_renderer = { git = "https://github.com/fishfolk/bones" }
bevy_tasks = "0.11"
turborand = { version = "0.10.0", features = ["atomic"] }
tracing = "0.1.37"
puffin = "0.17.0"
puffin = { version = "0.17.0", features = ["web"] }
puffin_egui = "0.23.0"
petgraph = "0.6.4"
rapier2d = { version = "0.17.2", features = ["debug-render", "enhanced-determinism"] }
Expand Down

0 comments on commit 8d420c4

Please sign in to comment.