From b686c8f2a949a3eef836ea1e857e07b510ba9878 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Wed, 26 Feb 2025 16:54:03 -0800 Subject: [PATCH] do not enable by default --- Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 430ed51..58437cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,10 +36,7 @@ criterion = "0.5.1" opt-level = 2 [features] -default = [ - "basic", - "css", -] +default = ["basic"] basic = [] css = []