From ac93947c22b8a7b60ab2ce39c5132176c9fdacd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=96R=C3=96K=20Attila?= Date: Sat, 28 Oct 2023 01:57:22 +0200 Subject: [PATCH] web: Clean up nonsensical feature setup of the ruffle_core dependency --- web/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/Cargo.toml b/web/Cargo.toml index a52bb38260ae..0a643af52c32 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -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"