Skip to content

Commit

Permalink
autosave
Browse files Browse the repository at this point in the history
  • Loading branch information
bertiqwerty committed Aug 24, 2023
1 parent 4c31ee8 commit 49f5880
Show file tree
Hide file tree
Showing 8 changed files with 141 additions and 41 deletions.
114 changes: 97 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ eframe = { version = "0.22.0", default-features = false, features = [
# "accesskit", # Make egui comptaible with screen readers. NOTE: adds a lot of dependencies.
"default_fonts", # Embed the default egui fonts.
"glow", # Use the glow rendering backend. Alternative: "wgpu".
# "persistence", # Enable restoring app state when restarting the app.
"persistence", # Enable restoring app state when restarting the app.
] }
# You only need serde if you want app persistence:
serde = { version = "1", features = ["derive"] }
Expand Down
Loading

0 comments on commit 49f5880

Please sign in to comment.