mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
Release 0.25.0 - Better keyboard input
This commit is contained in:
@@ -36,8 +36,8 @@ winit = ["dep:winit"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
egui = { version = "0.24.1", path = "../egui", default-features = false }
|
||||
epaint = { version = "0.24.1", path = "../epaint", default-features = false, features = [
|
||||
egui = { version = "0.25.0", path = "../egui", default-features = false }
|
||||
epaint = { version = "0.25.0", path = "../epaint", default-features = false, features = [
|
||||
"bytemuck",
|
||||
] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user