Update accesskit requirement from 0.19 to 0.20
--- updated-dependencies: - dependency-name: accesskit dependency-version: 0.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
0294fa89db
commit
c9c1dfd446
@ -617,7 +617,7 @@ hyper = { version = "1", features = ["server", "http1"] }
|
|||||||
http-body-util = "0.1"
|
http-body-util = "0.1"
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
macro_rules_attribute = "0.2"
|
macro_rules_attribute = "0.2"
|
||||||
accesskit = "0.19"
|
accesskit = "0.20"
|
||||||
nonmax = "0.5"
|
nonmax = "0.5"
|
||||||
|
|
||||||
[target.'cfg(not(target_family = "wasm"))'.dev-dependencies]
|
[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 }
|
bevy_reflect = { path = "../bevy_reflect", version = "0.17.0-dev", default-features = false, optional = true }
|
||||||
|
|
||||||
# other
|
# other
|
||||||
accesskit = { version = "0.19", default-features = false }
|
accesskit = { version = "0.20", default-features = false }
|
||||||
serde = { version = "1", default-features = false, features = [
|
serde = { version = "1", default-features = false, features = [
|
||||||
"alloc",
|
"alloc",
|
||||||
], optional = true }
|
], 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" }
|
bevy_ui = { path = "../bevy_ui", version = "0.17.0-dev" }
|
||||||
|
|
||||||
# other
|
# other
|
||||||
accesskit = "0.19"
|
accesskit = "0.20"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
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" }
|
bevy_winit = { path = "../bevy_winit", version = "0.17.0-dev" }
|
||||||
|
|
||||||
# other
|
# other
|
||||||
accesskit = "0.19"
|
accesskit = "0.20"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = []
|
||||||
|
@ -39,7 +39,7 @@ uuid = { version = "1.1", features = ["v4"], optional = true }
|
|||||||
thiserror = { version = "2", default-features = false }
|
thiserror = { version = "2", default-features = false }
|
||||||
derive_more = { version = "2", default-features = false, features = ["from"] }
|
derive_more = { version = "2", default-features = false, features = ["from"] }
|
||||||
smallvec = { version = "1", default-features = false }
|
smallvec = { version = "1", default-features = false }
|
||||||
accesskit = "0.19"
|
accesskit = "0.20"
|
||||||
tracing = { version = "0.1", default-features = false, features = ["std"] }
|
tracing = { version = "0.1", default-features = false, features = ["std"] }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
@ -57,7 +57,7 @@ cfg-if = "1.0"
|
|||||||
raw-window-handle = "0.6"
|
raw-window-handle = "0.6"
|
||||||
bytemuck = { version = "1.5", optional = true }
|
bytemuck = { version = "1.5", optional = true }
|
||||||
wgpu-types = { version = "25", optional = true }
|
wgpu-types = { version = "25", optional = true }
|
||||||
accesskit = "0.19"
|
accesskit = "0.20"
|
||||||
tracing = { version = "0.1", default-features = false, features = ["std"] }
|
tracing = { version = "0.1", default-features = false, features = ["std"] }
|
||||||
|
|
||||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||||
|
Loading…
Reference in New Issue
Block a user