mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -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:
@@ -158,7 +158,7 @@ winapi = "0.3.9"
|
||||
bytemuck = "1.7"
|
||||
js-sys = "0.3"
|
||||
percent-encoding = "2.1"
|
||||
wasm-bindgen = "0.2.88"
|
||||
wasm-bindgen = "0.2"
|
||||
wasm-bindgen-futures = "0.4"
|
||||
web-sys = { version = "0.3.58", features = [
|
||||
"BinaryType",
|
||||
|
||||
Reference in New Issue
Block a user