Skip to content

Commit

Permalink
implement proper savestates
Browse files Browse the repository at this point in the history
  • Loading branch information
velzie committed Jul 10, 2023
1 parent 6245f7b commit 19d80a3
Show file tree
Hide file tree
Showing 30 changed files with 520 additions and 205 deletions.
107 changes: 67 additions & 40 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ hex = "*"
lazy_static= "*"
rand = {version= "*",features=["serde"]}
getrandom = {version = "*", features = ["js"]}
serde = {version = "*", features=["derive","rc"]}
serde = {version = "*", features=["derive","rc"]}
serde_json = "*"
Loading

0 comments on commit 19d80a3

Please sign in to comment.