From 4cfa9714a9eee2cf7db2b4ca03c1d713d2f4a757 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Tue, 22 Mar 2022 10:08:00 -0400 Subject: [PATCH] use egui 'no-parking_lot-on-wasm' branch --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a6ad12f..25578ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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",