2023-03-01 22:45:04 +00:00
|
|
|
[package]
|
|
|
|
name = "bevy_a11y"
|
2023-11-04 17:24:23 +00:00
|
|
|
version = "0.12.0"
|
2023-03-01 22:45:04 +00:00
|
|
|
edition = "2021"
|
|
|
|
description = "Provides accessibility support for Bevy Engine"
|
|
|
|
homepage = "https://bevyengine.org"
|
|
|
|
repository = "https://github.com/bevyengine/bevy"
|
|
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
keywords = ["bevy", "accessibility", "a11y"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
# bevy
|
2023-11-04 17:24:23 +00:00
|
|
|
bevy_app = { path = "../bevy_app", version = "0.12.0" }
|
|
|
|
bevy_derive = { path = "../bevy_derive", version = "0.12.0" }
|
|
|
|
bevy_ecs = { path = "../bevy_ecs", version = "0.12.0" }
|
2023-03-01 22:45:04 +00:00
|
|
|
|
2023-10-02 21:22:52 +00:00
|
|
|
accesskit = "0.12"
|