mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
Update puffin to 0.18 (#3600)
THe profiling macros now contain unsafe code (but in a safe way), so `#[foribd(unsafe)]` had to become `#[deny(unsafe)]`
This commit is contained in:
@@ -65,7 +65,7 @@ puffin = { workspace = true, optional = true }
|
||||
# Web:
|
||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||
web-sys = { version = "0.3", features = ["console"] }
|
||||
wasm-bindgen = { version = "0.2" }
|
||||
wasm-bindgen = "0.2"
|
||||
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user