From d2e3d5d1ac9a558f5518630f6e17924fcb75ced2 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Mon, 7 Feb 2022 17:58:45 +0100 Subject: [PATCH] Don't enable the OpenGL feature by default --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cee5ab5..3994885 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ edition = "2018" license = "MIT OR Apache-2.0" [features] -default = ["opengl"] +default = [] opengl = ["uuid"] [dependencies]