diff --git a/Cargo.lock b/Cargo.lock index f3978bedf..b309df2a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1227,7 +1227,7 @@ dependencies = [ "egui-wgpu", "egui-winit", "egui_glow", - "glow 0.16.0", + "glow", "glutin", "glutin-winit", "home", @@ -1389,7 +1389,7 @@ dependencies = [ "document-features", "egui", "egui-winit", - "glow 0.16.0", + "glow", "glutin", "glutin-winit", "log", @@ -1920,18 +1920,6 @@ dependencies = [ "xml-rs", ] -[[package]] -name = "glow" -version = "0.16.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5e5ea60d70410161c8bf5da3fdfeaa1c72ed2c15f8bbb9d19fe3a4fad085f08" -dependencies = [ - "js-sys", - "slotmap", - "wasm-bindgen", - "web-sys", -] - [[package]] name = "glow" version = "0.17.0" @@ -5216,7 +5204,7 @@ dependencies = [ "bytemuck", "cfg-if", "cfg_aliases", - "glow 0.17.0", + "glow", "glutin_wgl_sys", "gpu-allocator", "gpu-descriptor", diff --git a/Cargo.toml b/Cargo.toml index 28ccd7be5..3dc17d98f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -91,7 +91,7 @@ ehttp = { version = "0.6.0", default-features = false } enum-map = "2.7.3" env_logger = { version = "0.11.8", default-features = false } font-types = { version = "0.11.0", default-features = false, features = ["std"] } -glow = "0.16.0" +glow = "0.17.0" glutin = { version = "0.32.3", default-features = false } glutin-winit = { version = "0.5.0", default-features = false } home = "0.5.9"