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

[egui_glium] Your app state will auto-save to a good directory

Directory found with https://docs.rs/directories-next/2.0.0/directories_next/struct.ProjectDirs.html#method.data_dir
This commit is contained in:
Emil Ernerfeldt
2020-12-19 21:06:59 +01:00
parent 89937bf636
commit 8f034d391d
5 changed files with 114 additions and 22 deletions

View File

@@ -15,6 +15,7 @@ include = [ "**/*.rs", "Cargo.toml"]
[dependencies]
chrono = { version = "0.4" }
clipboard = "0.5"
directories-next = "2"
egui = { version = "0.5.0", path = "../egui", features = ["serde", "serde_json"] }
glium = "0.29"
serde = "1"