1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 21:00:03 -04:00

Add Memory::caches for caching things from one frame to the next

This commit is contained in:
Emil Ernerfeldt
2021-10-06 17:44:51 +02:00
parent 613c0b29f6
commit a1bf5aff47
9 changed files with 239 additions and 38 deletions

2
Cargo.lock generated
View File

@@ -831,7 +831,9 @@ dependencies = [
name = "egui"
version = "0.14.2"
dependencies = [
"ahash",
"epaint",
"nohash-hasher",
"ron",
"serde",
"serde_json",