From 8465a7c952d5e5a8723d669936db9ac37f907c73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Val=C3=A8re=20Plantevin?= Date: Wed, 13 May 2026 10:11:42 -0400 Subject: [PATCH] Remove unnecessary dependencies --- substrate/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/Cargo.toml b/substrate/Cargo.toml index 4285065..1de0ed9 100644 --- a/substrate/Cargo.toml +++ b/substrate/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2024" [dependencies] -bevy = "0.18" +bevy = { version = "0.18", default-features = false } thiserror = "2" anyhow = "1" tracing = "0.1"