Skip to content

Commit

Permalink
web: Remove some unused dependencies
Browse files Browse the repository at this point in the history
Both `byteorder` and `fnv` are no longer used since #4273.
  • Loading branch information
relrelb committed Jul 29, 2022
1 parent 30b185c commit f06249d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

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

2 changes: 0 additions & 2 deletions web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ webgl = ["ruffle_render_webgl"]
wgpu = ["ruffle_render_wgpu"]

[dependencies]
byteorder = "1.4"
console_error_panic_hook = { version = "0.1.7", optional = true }
console_log = { version = "0.2", optional = true }
fnv = "1.0.7"
generational-arena = "0.2.8"
js-sys = "0.3.58"
log = { version = "0.4", features = ["serde"] }
Expand Down

0 comments on commit f06249d

Please sign in to comment.