Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix compilation without debug-render-3d #601

Merged
merged 3 commits into from
Dec 4, 2024

Conversation

Vrixyz
Copy link
Contributor

@Vrixyz Vrixyz commented Dec 3, 2024

@Vrixyz Vrixyz changed the title fix #598 fix compilation without debug-render-3d Dec 4, 2024
@Vrixyz
Copy link
Contributor Author

Vrixyz commented Dec 4, 2024

Should we consider https://github.com/TheBevyFlock/flag-frenzy (or simpler alternatives) to test every features combinations @sebcrozet ? ; this would make a lot of combinations (>500) so impact the CI too much I fear.

@@ -46,7 +46,7 @@ wasm-bindgen = ["rapier2d/wasm-bindgen"]
serde-serialize = ["rapier2d/serde-serialize", "bevy/serialize", "serde"]
enhanced-determinism = ["rapier2d/enhanced-determinism"]
headless = []
async-collider = ["bevy/bevy_asset", "bevy/bevy_scene"]
async-collider = ["bevy/bevy_asset", "bevy/bevy_scene", "bevy/bevy_render"]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that's not relevant to debug-render-3d, but a run through https://github.com/frewsxcv/cargo-all-features revealed cargo check --no-default-features --features async-collider,dim3 suffered from a failed compilation too.

@Vrixyz Vrixyz requested a review from sebcrozet December 4, 2024 14:15
@Vrixyz Vrixyz merged commit 6d7b84b into dimforge:master Dec 4, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compilation fails with debug-render-3d feature disabled
1 participant