1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 22:30:03 -04:00

Store/restore emigui memory state (window positions, sizes etc)

This commit is contained in:
Emil Ernerfeldt
2020-05-02 11:37:12 +02:00
parent d52cccde7b
commit bfbb669d02
19 changed files with 154 additions and 60 deletions

View File

@@ -9,4 +9,5 @@ emigui = { path = "../emigui" }
clipboard = "0.5"
glium = "0.24"
serde_json = "1"
webbrowser = "0.5"