From 289fde8903259a3d70d4288f10ec78ef52bcb6d8 Mon Sep 17 00:00:00 2001 From: "Alex Carter (victoryforphil)" Date: Tue, 16 Jul 2024 11:57:31 -0700 Subject: [PATCH] Updated Glow to 0.14 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0a90656fa..ebc53b0ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ headless = ["glutin_029"] # Headless rendering egui-gui = ["egui_glow", "egui", "getrandom"] # Additional GUI features [dependencies] -glow = "0.13" +glow = "0.14" cgmath = "0.18" three-d-asset = {version = "0.7"} thiserror = "1"