From a1255a77473f659d4be644bf7c17e30901a16279 Mon Sep 17 00:00:00 2001 From: StarArawn Date: Sat, 8 Jan 2022 17:48:57 -0500 Subject: [PATCH] Use render feature at the very least. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c97f2617..ade90dba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ default = [] atlas = [] [dependencies] -bevy = { version = "0.6", default-features = false } +bevy = { version = "0.6", default-features = false, features=["render"] } morton-encoding = "2.0" log = "0.4" regex = "1.5.4"