From b9cf1667a369b30cad578f3c40fd27515632909f Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Sat, 19 Mar 2022 16:05:34 -0400 Subject: [PATCH] use my egui again --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 602a0ad..dd2e8aa 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/Titaniumtown/egui", default-features = false } shadow-rs = { version = "0.9", default-features = false } const_format = { version = "0.2.22", default-features = false, features = [ "fmt",