mirror of
https://github.com/emilk/egui.git
synced 2026-09-03 15:20:05 -04:00
Release 0.25.0 - Better keyboard input
This commit is contained in:
@@ -55,7 +55,7 @@ wayland = ["winit/wayland", "bytemuck"]
|
||||
x11 = ["winit/x11", "bytemuck"]
|
||||
|
||||
[dependencies]
|
||||
egui = { version = "0.24.1", path = "../egui", default-features = false, features = [
|
||||
egui = { version = "0.25.0", path = "../egui", default-features = false, features = [
|
||||
"log",
|
||||
] }
|
||||
log = { version = "0.4", features = ["std"] }
|
||||
|
||||
Reference in New Issue
Block a user