1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 13:20:05 -04:00

Release 0.24.0 - Multi-viewport

This commit is contained in:
Emil Ernerfeldt
2023-11-23 15:56:46 +01:00
parent 56a74a5247
commit bd087ffb8d
12 changed files with 35 additions and 35 deletions

View File

@@ -76,7 +76,7 @@ unity = ["epaint/unity"]
[dependencies]
epaint = { version = "0.23.0", path = "../epaint", default-features = false }
epaint = { version = "0.24.0", 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