You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[package]
name = "issue2"version = "0.1.0"edition = "2021"# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bevy = { path = "../bevy", default-features = false, features = [
"bevy_core_pipeline",
"x11",
] }
Bevy version
16531fb
regression after #12889
AdapterInfo
Minimal example
What went wrong
Additional information
I can fix it locally with
But I'm not sure if that's correct and if it's not gonna break something else.
The text was updated successfully, but these errors were encountered: