mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
Update glow to 0.17
This commit is contained in:
18
Cargo.lock
18
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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user