From 7fde76f0327cc56997254640babf3a6684f115ba Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Thu, 10 Mar 2022 09:14:13 -0500 Subject: [PATCH] use official egui again --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ccc9655..e626231 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ opt-level = 2 lto = false [dependencies] -eframe = { git = "https://github.com/Titaniumtown/egui", default-features = false, features = ["egui_glow"] } +eframe = { git = "https://github.com/emilk/egui", default-features = false, features = ["egui_glow"] } # include-flate = { git = "https://github.com/Titaniumtown/include-flate.git" } shadow-rs = { version = "0.9", default-features = false } const_format = { version = "0.2.22", default-features = false, features = ["fmt"] }