Skip to content

Commit

Permalink
Import accesskit
Browse files Browse the repository at this point in the history
  • Loading branch information
matthunz committed Jun 20, 2024
1 parent f5cecd7 commit b270203
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/blitz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name = "blitz"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
accesskit = ["dep:accesskit"]
default = ["accesskit"]

[dependencies]
slab = "0.4.9"
Expand All @@ -16,6 +18,7 @@ tokio = { workspace = true, features = ["full"] }
vello = { workspace = true }
wgpu = { workspace = true }

accesskit = { version = "0.15.0", optional = true }
app_units = "0.7.3"
atomic_refcell = { version = "0.1.13", features = ["serde"] }
fxhash = "0.2.1"
Expand Down

0 comments on commit b270203

Please sign in to comment.