From 7669fc0b70c44639a89be89558f1e1e121948e08 Mon Sep 17 00:00:00 2001 From: Alex Janka Date: Sun, 18 Aug 2024 12:12:20 +1000 Subject: [PATCH] lib: don't include renderer in default features --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 8a7a505..94f7de3 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -4,7 +4,7 @@ version = "0.5.1" edition = "2021" [features] -default = ["config", "librashader", "wgpu-renderer"] +default = ["config"] clocked-serial = [] librashader = [ "dep:librashader",