From 065730d47881c7873b695d85989068187768d6f7 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Fri, 12 Jul 2019 08:39:28 -0400 Subject: [PATCH] Support no_wgl feature in desktop builds. --- ports/glutin/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/glutin/Cargo.toml b/ports/glutin/Cargo.toml index a8c3ab75386..50bd77efe71 100644 --- a/ports/glutin/Cargo.toml +++ b/ports/glutin/Cargo.toml @@ -38,6 +38,7 @@ layout-2013 = ["libservo/layout-2013"] layout-2020 = ["libservo/layout-2020"] max_log_level = ["log/release_max_level_info"] native-bluetooth = ["libservo/native-bluetooth"] +no_wgl = ["libservo/no_wgl"] profilemozjs = ["libservo/profilemozjs"] webdriver = ["libservo/webdriver"] webgl_backtrace = ["libservo/webgl_backtrace"]