From c28db46e821d56d0d33f1a7e1f73ff26939bb735 Mon Sep 17 00:00:00 2001 From: David Komer Date: Sun, 28 May 2023 13:21:08 +0300 Subject: [PATCH] no defaults --- crate/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crate/Cargo.toml b/crate/Cargo.toml index 95ec645..d3e0e93 100644 --- a/crate/Cargo.toml +++ b/crate/Cargo.toml @@ -19,7 +19,7 @@ opt-level = 's' [features] all = ["data", "dom", "audio", "image", "video", "canvas", "input", "loaders", "tick", "window", "workers", "webgl", "serde_iso", "stream", "file"] -default = ["stream", "file"] +default = [] data = [] stream = [ "futures"