1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 14:50:03 -04:00

Update glow to 0.12 (#2695)

* Remove three-d example due to glow incompatibility

* Update to glow 0.12

* Remove three-d from deny.toml

* Add line to changelog
This commit is contained in:
Emil Ernerfeldt
2023-02-08 17:16:44 +01:00
committed by GitHub
parent be9b5a3641
commit 636a39cbe1
12 changed files with 9 additions and 448 deletions

View File

@@ -49,7 +49,7 @@ egui = { version = "0.20.0", path = "../egui", default-features = false, feature
] }
bytemuck = "1.7"
glow = "0.11"
glow = "0.12"
memoffset = "0.6"
tracing = { version = "0.1", default-features = false, features = ["std"] }
@@ -69,7 +69,7 @@ wasm-bindgen = { version = "0.2" }
[dev-dependencies]
glutin = "0.30" # examples/pure_glow
glutin = "0.30" # examples/pure_glow
raw-window-handle = "0.5.0"
glutin-winit = "0.3.0"