Skip to content

Commit

Permalink
Import accesskit and raise minimum Rust version to match it
Browse files Browse the repository at this point in the history
  • Loading branch information
matthunz committed Jun 20, 2024
1 parent e93b107 commit ffd2d0c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,19 @@ edition = "2021"
description = "Top level crate for Blitz"
license = "MIT OR Apache-2.0"
keywords = ["dom", "ui", "gui", "react", "wasm"]
rust-version = "1.60.0"
rust-version = "1.70.0"
publish = false

[features]
accesskit = ["dep:accesskit"]
default = ["accesskit"]

[profile.dev.package."*"]
opt-level = 2

# Need to force specific versions of these dependencies
[dependencies]
accesskit = { version = "0.12.2", optional = true }
# webrender = "0.61.0"
euclid = { version = "0.22", features = ["serde"] }
# mozbuild = "0.1.0"
Expand Down

0 comments on commit ffd2d0c

Please sign in to comment.