Skip to content

Commit

Permalink
web: Clean up nonsensical feature setup of the ruffle_core dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
torokati44 committed Oct 28, 2023
1 parent 997ad16 commit ac93947
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ gloo-net = { version = "0.4.0", default-features = false, features = ["websocke

[dependencies.ruffle_core]
path = "../core"
default-features = false
features = ["audio", "mp3", "nellymoser", "wasm-bindgen", "default", "default_compatibility_rules", "default_font"]
features = ["audio", "mp3", "nellymoser", "wasm-bindgen", "default_compatibility_rules", "default_font"]

[dependencies.web-sys]
version = "0.3.64"
Expand Down

0 comments on commit ac93947

Please sign in to comment.