1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 14:50:03 -04:00

Release 0.24.1 - Bug fixes

This commit is contained in:
Emil Ernerfeldt
2023-11-30 17:46:25 +01:00
parent 8ccd9b73e2
commit d17613c242
22 changed files with 88 additions and 44 deletions

View File

@@ -76,7 +76,7 @@ unity = ["epaint/unity"]
[dependencies]
epaint = { version = "0.24.0", path = "../epaint", default-features = false }
epaint = { version = "0.24.1", path = "../epaint", default-features = false }
ahash = { version = "0.8.6", default-features = false, features = [
"no-rng", # we don't need DOS-protection, so we let users opt-in to it instead