Skip to content

Commit 8b6fe34

Browse files
authored
remove unneeded dependency from bevy_render (#19794)
# Objective - yeet cruft ## Solution - yeet cruft ## Testing - cargo clippy
1 parent 3cefe82 commit 8b6fe34

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/bevy_render/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ compressed_image_saver = ["bevy_image/compressed_image_saver"]
2828
basis-universal = ["bevy_image/basis-universal"]
2929
exr = ["bevy_image/exr"]
3030
hdr = ["bevy_image/hdr"]
31-
ktx2 = ["dep:ktx2", "bevy_image/ktx2"]
31+
ktx2 = ["bevy_image/ktx2"]
3232

3333
multi_threaded = ["bevy_tasks/multi_threaded"]
3434

@@ -104,7 +104,6 @@ downcast-rs = { version = "2", default-features = false, features = ["std"] }
104104
thiserror = { version = "2", default-features = false }
105105
derive_more = { version = "1", default-features = false, features = ["from"] }
106106
futures-lite = "2.0.1"
107-
ktx2 = { version = "0.4.0", optional = true }
108107
encase = { version = "0.10", features = ["glam"] }
109108
# For wgpu profiling using tracing. Use `RUST_LOG=info` to also capture the wgpu spans.
110109
profiling = { version = "1", features = [

0 commit comments

Comments
 (0)