1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 13:50:04 -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

View File

@@ -116,7 +116,7 @@ thiserror.workspace = true
document-features = { version = "0.2", optional = true }
egui_glow = { version = "0.24.1", path = "../egui_glow", optional = true, default-features = false }
glow = { version = "0.12", optional = true }
glow = { workspace = true, optional = true }
ron = { version = "0.8", optional = true, features = ["integer128"] }
serde = { version = "1", optional = true, features = ["derive"] }