Skip to content

Commit

Permalink
chore: Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepycatcoding authored and torokati44 committed Mar 25, 2024
1 parent 98cbe9c commit 1b41abf
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 34 deletions.
28 changes: 0 additions & 28 deletions Cargo.lock

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

3 changes: 0 additions & 3 deletions core/build_playerglobal/Cargo.toml
Expand Up @@ -16,8 +16,5 @@ proc-macro2 = "1.0.79"
quote = "1.0.35"
swf = { path = "../../swf" }
clap = {version = "4.5.3", features = ["derive"]}
serde = {version = "1.0.197", features = ["derive"]}
serde-xml-rs = "0.6.0"
colored = "2.1.0"
regex = "1.10.4"
walkdir = "2.5.0"
1 change: 0 additions & 1 deletion render/Cargo.toml
Expand Up @@ -27,7 +27,6 @@ enum-map = "2.7.3"
serde = { version = "1.0.197", features = ["derive"] }
clap = { version = "4.5.3", features = ["derive"], optional = true }
h263-rs-yuv = { git = "https://github.com/ruffle-rs/h263-rs", rev = "5c8d9d7d86f62b70ca484df006a75a9c8ff1985c"}
lru = "0.12.3"
num-traits = "0.2"
num-derive = "0.4"
byteorder = "1.5"
Expand Down
1 change: 0 additions & 1 deletion render/canvas/Cargo.toml
Expand Up @@ -15,7 +15,6 @@ js-sys = "0.3.69"
log = "0.4"
ruffle_web_common = { path = "../../web/common" }
wasm-bindgen = "=0.2.92"
fnv = "1.0.7"
ruffle_render = { path = "..", features = ["web"] }
swf = { path = "../../swf" }
downcast-rs = "1.2.0"
Expand Down
1 change: 0 additions & 1 deletion render/webgl/Cargo.toml
Expand Up @@ -17,7 +17,6 @@ ruffle_web_common = { path = "../../web/common" }
ruffle_render = { path = "..", features = ["tessellator", "web"] }
wasm-bindgen = "=0.2.92"
bytemuck = { version = "1.15.0", features = ["derive"] }
fnv = "1.0.7"
swf = { path = "../../swf" }
thiserror = "1.0"
downcast-rs = "1.2.0"
Expand Down

0 comments on commit 1b41abf

Please sign in to comment.