Skip to content

Commit

Permalink
Add tracker links for feature flag workarounds.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgayfer committed Dec 2, 2024
1 parent 529fa97 commit dd4975f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ bevy = { version = "0.15.0", default-features = false, features = [
"bevy_render",
"bevy_core_pipeline",
"bevy_winit",
"bevy_window",
"x11",
// TODO: Remove when https://github.com/bevyengine/bevy/issues/16568 is resolved.
"bevy_window",
// TODO: Remove when https://github.com/bevyengine/bevy/issues/16563 is resolved.
"png"
] }
smallvec = "1.13"
Expand All @@ -26,10 +28,11 @@ bevy = { version = "0.15.0", default-features = false, features = [
"bevy_render",
"bevy_core_pipeline",
"bevy_winit",
"bevy_window",
"bevy_sprite",
"png",
"x11"
// TODO: Remove when https://github.com/bevyengine/bevy/issues/16568 is resolved.
"bevy_window",
] }

[lints.clippy]
Expand Down

0 comments on commit dd4975f

Please sign in to comment.