From 2c58432aae67021916c7ee37f2e63b34db3beab6 Mon Sep 17 00:00:00 2001 From: Dirk Van Haerenborgh Date: Mon, 6 Nov 2023 08:57:03 +0100 Subject: [PATCH] disable graphics --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2182ccac..9d1b5971 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ required-features = ["linux-dev"] [features] # Remove the linux-dev feature to build the tests on non unix systems -default = ["async", "epd2in13_v3", "graphics"] #["dep:embedded-hal", "graphics", "linux-dev", "epd2in13_v3"] +default = ["async", "epd2in13_v3"] #["dep:embedded-hal", "graphics", "linux-dev", "epd2in13_v3"] graphics = ["embedded-graphics-core"] epd2in13_v2 = []