1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 13:20:05 -04:00

Update to glow 0.13 (#3715)

This commit is contained in:
Emil Ernerfeldt
2023-12-18 15:15:20 +01:00
committed by GitHub
parent 8e5959d55d
commit 449678e617
7 changed files with 20 additions and 30 deletions

18
Cargo.lock generated
View File

@@ -1169,7 +1169,7 @@ dependencies = [
"egui-wgpu",
"egui-winit",
"egui_glow",
"glow 0.12.3",
"glow",
"glutin",
"glutin-winit",
"image",
@@ -1308,7 +1308,7 @@ dependencies = [
"document-features",
"egui",
"egui-winit",
"glow 0.12.3",
"glow",
"glutin",
"glutin-winit",
"log",
@@ -1766,18 +1766,6 @@ dependencies = [
"system-deps",
]
[[package]]
name = "glow"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca0fe580e4b60a8ab24a868bc08e2f03cbcb20d3d676601fa909386713333728"
dependencies = [
"js-sys",
"slotmap",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "glow"
version = "0.13.0"
@@ -4286,7 +4274,7 @@ dependencies = [
"block",
"core-graphics-types",
"d3d12",
"glow 0.13.0",
"glow",
"glutin_wgl_sys",
"gpu-alloc",
"gpu-allocator",