From fd070db601fe79ee8cb0bcab90350934091204f1 Mon Sep 17 00:00:00 2001 From: Thom Chiovoloni Date: Sat, 8 May 2021 23:52:24 -0700 Subject: [PATCH] `bundled-full` should not be a default feature --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0525fef..7f38e2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -94,8 +94,6 @@ bundled-full = [ "window", ] -default = ["bundled-full"] - [dependencies] time = { version = "0.2.23", optional = true } bitflags = "1.2"