Merge c9c1dfd446
into 3fc49f00c1
This commit is contained in:
commit
da57c4bde9
@ -617,7 +617,7 @@ hyper = { version = "1", features = ["server", "http1"] }
|
||||
http-body-util = "0.1"
|
||||
anyhow = "1"
|
||||
macro_rules_attribute = "0.2"
|
||||
accesskit = "0.19"
|
||||
accesskit = "0.20"
|
||||
nonmax = "0.5"
|
||||
|
||||
[target.'cfg(not(target_family = "wasm"))'.dev-dependencies]
|
||||
|
@ -46,7 +46,7 @@ bevy_ecs = { path = "../bevy_ecs", version = "0.17.0-dev", default-features = fa
|
||||
bevy_reflect = { path = "../bevy_reflect", version = "0.17.0-dev", default-features = false, optional = true }
|
||||
|
||||
# other
|
||||
accesskit = { version = "0.19", default-features = false }
|
||||
accesskit = { version = "0.20", default-features = false }
|
||||
serde = { version = "1", default-features = false, features = [
|
||||
"alloc",
|
||||
], optional = true }
|
||||
|
@ -21,7 +21,7 @@ bevy_picking = { path = "../bevy_picking", version = "0.17.0-dev" }
|
||||
bevy_ui = { path = "../bevy_ui", version = "0.17.0-dev" }
|
||||
|
||||
# other
|
||||
accesskit = "0.19"
|
||||
accesskit = "0.20"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
@ -30,7 +30,7 @@ bevy_window = { path = "../bevy_window", version = "0.17.0-dev" }
|
||||
bevy_winit = { path = "../bevy_winit", version = "0.17.0-dev" }
|
||||
|
||||
# other
|
||||
accesskit = "0.19"
|
||||
accesskit = "0.20"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
@ -39,7 +39,7 @@ uuid = { version = "1.1", features = ["v4"], optional = true }
|
||||
thiserror = { version = "2", default-features = false }
|
||||
derive_more = { version = "2", default-features = false, features = ["from"] }
|
||||
smallvec = { version = "1", default-features = false }
|
||||
accesskit = "0.19"
|
||||
accesskit = "0.20"
|
||||
tracing = { version = "0.1", default-features = false, features = ["std"] }
|
||||
|
||||
[features]
|
||||
|
@ -57,7 +57,7 @@ cfg-if = "1.0"
|
||||
raw-window-handle = "0.6"
|
||||
bytemuck = { version = "1.5", optional = true }
|
||||
wgpu-types = { version = "25", optional = true }
|
||||
accesskit = "0.19"
|
||||
accesskit = "0.20"
|
||||
tracing = { version = "0.1", default-features = false, features = ["std"] }
|
||||
|
||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||
|
Loading…
Reference in New Issue
Block a user