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",