From 06f5940b927c8afeca1d3db989337be6a79f583c Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Mon, 21 Mar 2022 17:45:23 -0400 Subject: [PATCH] back to official egui --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a855f8d..a6ad12f 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 } +eframe = { git = "https://github.com/emilk/egui", default-features = false } shadow-rs = { version = "0.11.0", default-features = false } const_format = { version = "0.2.22", default-features = false, features = [ "fmt",