From 577eb654cfb4e3405e1ba349cf3093031243bed1 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Fri, 12 Jul 2019 08:43:33 -0400 Subject: [PATCH] Don't enable azure canvas feature by default. --- components/canvas/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/components/canvas/Cargo.toml b/components/canvas/Cargo.toml index 8211619ca91..99de6444f2f 100644 --- a/components/canvas/Cargo.toml +++ b/components/canvas/Cargo.toml @@ -13,7 +13,6 @@ path = "lib.rs" [features] canvas2d-azure = ["azure"] canvas2d-raqote = ["raqote"] -default = ["canvas2d-azure"] webgl_backtrace = ["canvas_traits/webgl_backtrace"] no_wgl = ["offscreen_gl_context/no_wgl"]