From f83f61b51a7dfe4ac546b6fb72c5b0c0d8669696 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 20 Mar 2018 20:33:49 -0600 Subject: [PATCH] Enable graphical debug --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 82e2d60..fde1ca8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ version = "0.7" default-features = false [features] -default = ["acpi"] +default = ["acpi", "graphical_debug"] acpi = [] doc = [] graphical_debug = []