mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 21:30: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:
@@ -80,7 +80,7 @@ tracing = { version = "0.1", default-features = false, features = ["std"] }
|
||||
document-features = { version = "0.2", optional = true }
|
||||
|
||||
egui_glow = { version = "0.20.0", path = "../egui_glow", optional = true, default-features = false }
|
||||
glow = { version = "0.11", optional = true }
|
||||
glow = { version = "0.12", optional = true }
|
||||
ron = { version = "0.8", optional = true, features = ["integer128"] }
|
||||
serde = { version = "1", optional = true, features = ["derive"] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user