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"] }