From c3e6bbbdc8cc2d556285cf5abcd9009dba49db49 Mon Sep 17 00:00:00 2001 From: Ryan McGrath Date: Wed, 5 Jun 2019 22:37:04 -0700 Subject: [PATCH] Remove default --- alchemy/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/alchemy/Cargo.toml b/alchemy/Cargo.toml index 919e2cf..e4261e5 100644 --- a/alchemy/Cargo.toml +++ b/alchemy/Cargo.toml @@ -13,7 +13,6 @@ keywords = ["gui", "css", "styles", "layout", "react"] maintenance = { status = "actively-developed" } [features] -default = ["alchemy-cocoa", "alchemy-lifecycle/cocoa"] cocoa = ["alchemy-cocoa", "alchemy-lifecycle/cocoa"] [dependencies]