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

Glium: persist window position and size

This commit is contained in:
Emil Ernerfeldt
2020-05-10 21:13:39 +02:00
parent 3deb7dda7c
commit 6bee26ca59
2 changed files with 59 additions and 5 deletions

View File

@@ -7,5 +7,8 @@ edition = "2018"
[dependencies]
emigui = { path = "../emigui" }
emigui_glium = { path = "../emigui_glium" }
serde = "1"
serde_derive = "1"
serde_json = "1"
glium = "0.24"