use egui 'no-parking_lot-on-wasm' branch

This commit is contained in:
Simon Gardling 2022-03-22 10:08:00 -04:00
parent ac89f3eb19
commit 4cfa9714a9

View File

@ -22,7 +22,7 @@ opt-level = 2
lto = false
[dependencies]
eframe = { git = "https://github.com/emilk/egui", default-features = false }
eframe = { git = "https://github.com/emilk/egui", default-features = false, branch = "no-parking_lot-on-wasm" }
shadow-rs = { version = "0.11.0", default-features = false }
const_format = { version = "0.2.22", default-features = false, features = [
"fmt",