From 45365144dccc35902b0a190fa093acb7a28a1396 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Tue, 1 Mar 2022 23:13:22 -0500 Subject: [PATCH] use master branch of my fork of egui --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 10e0bff..a286e13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ lto = false [dependencies] meval = { git = "https://github.com/Titaniumtown/meval-rs.git" } -eframe = { git = "https://github.com/Titaniumtown/egui", branch = "patch-1", default-features = false, features = ["egui_glow"] } +eframe = { git = "https://github.com/Titaniumtown/egui", default-features = false, features = ["egui_glow"] } git-version = "0.3.5" include-flate = { git = "https://github.com/Titaniumtown/include-flate.git" }