From d20058fb921ad248ca5091458b705e9d2186d8ff Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Tue, 22 Mar 2022 10:33:51 -0400 Subject: [PATCH] back to my egui fork --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 25578ad..d6126a3 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, branch = "no-parking_lot-on-wasm" } +eframe = { git = "https://github.com/Titaniumtown/egui.git", default-features = false } shadow-rs = { version = "0.11.0", default-features = false } const_format = { version = "0.2.22", default-features = false, features = [ "fmt",