From eeaa65f2826e8fce096ff1ca537f30e113d58ccb Mon Sep 17 00:00:00 2001 From: Azorlogh Date: Thu, 20 Jun 2024 11:21:06 +0200 Subject: [PATCH] TODO note on extra feature flags --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 328d2b6..5e3a506 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,6 +27,7 @@ svgtypes = "0.12" bevy = { version = "0.14.0-rc.3", default-features = false, features = [ "x11", "bevy_asset", + # TODO: Figure out if this will be needed https://github.com/bevyengine/bevy/issues/13728 "ktx2", "zstd", "bevy_pbr",