Skip to content

Commit

Permalink
Use local storage to store played gifs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgroenwoldt committed Mar 25, 2023
1 parent 2614f04 commit dcf4024
Show file tree
Hide file tree
Showing 6 changed files with 159 additions and 87 deletions.
51 changes: 32 additions & 19 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ categories = ["game", "wasm", "web-programming", "editor"]
getrandom = { version = "0.2.8", features = ["js"] }
gloo-console = "0.2.3"
gloo-events = "0.1.2"
gloo-storage = "0.2.2"
rand = "0.8.5"
serde = { version = "1.0.158", features = ["derive"] }
strum = { version = "0.24.1", features = ["derive"] }
strum_macros = "0.24.3"
wasm-bindgen = "0.2.84"
Expand Down
Loading

0 comments on commit dcf4024

Please sign in to comment.