mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 23:00:04 -04:00
@@ -51,7 +51,7 @@ egui = { version = "0.23.0", path = "../egui", default-features = false, feature
|
||||
bytemuck = "1.7"
|
||||
glow = "0.12"
|
||||
log = { version = "0.4", features = ["std"] }
|
||||
memoffset = "0.6"
|
||||
memoffset = "0.7"
|
||||
|
||||
#! ### Optional dependencies
|
||||
## Enable this when generating docs.
|
||||
@@ -69,8 +69,8 @@ wasm-bindgen = { version = "0.2" }
|
||||
|
||||
|
||||
[dev-dependencies]
|
||||
glutin = "0.30" # examples/pure_glow
|
||||
raw-window-handle = "0.5.0"
|
||||
glutin = "0.30" # examples/pure_glow
|
||||
raw-window-handle.workspace = true
|
||||
glutin-winit = "0.3.0"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user