From 4da780b8f23eec71f7fd32f3c54fcafca8920181 Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Wed, 6 Mar 2024 17:57:51 -0500 Subject: [PATCH] Use non-git egui (Fix #1) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1df030f..23d6378 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] egui = { version = "0.26.2", default-features = false } egui-wgpu = "0.26.2" -glyphon = { git = "https://github.com/StratusFearMe21/glyphon" } +glyphon = { git = "https://github.com/StratusFearMe21/glyphon", version = "0.5.0" } [dev-dependencies] eframe = { git = "https://github.com/emilk/egui", features = ["wgpu"] }