Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"common":"0.24.1","consumer":"0.37.0","platforms/macos":"0.26.2","platforms/windows":"0.33.1","platforms/winit":"0.33.1","platforms/unix":"0.22.0","platforms/atspi-common":"0.19.0","platforms/android":"0.7.4","platforms/ios":"0.1.1"}
{"accesskit":"0.24.1","consumer":"0.37.0","platforms/macos":"0.26.2","platforms/windows":"0.33.1","platforms/winit":"0.33.1","platforms/unix":"0.22.0","platforms/atspi-common":"0.19.0","platforms/android":"0.7.4","platforms/ios":"0.1.1"}
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[workspace]
resolver = "2"
members = [
"common",
"consumer",
"accesskit",
"accesskit_consumer",
"platforms/android",
"platforms/atspi-common",
"platforms/ios",
Expand All @@ -12,8 +12,8 @@ members = [
"platforms/winit",
]
default-members = [
"common",
"consumer",
"accesskit",
"accesskit_consumer",
"platforms/winit",
]

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions consumer/Cargo.toml → accesskit_consumer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ edition.workspace = true
rust-version.workspace = true

[dependencies]
accesskit = { version = "0.24.1", path = "../common" }
accesskit = { version = "0.24.1", path = "../accesskit" }
hashbrown.workspace = true

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions platforms/android/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rust-version.workspace = true
embedded-dex = []

[dependencies]
accesskit = { version = "0.24.1", path = "../../common" }
accesskit_consumer = { version = "0.37.0", path = "../../consumer" }
accesskit = { version = "0.24.1", path = "../../accesskit" }
accesskit_consumer = { version = "0.37.0", path = "../../accesskit_consumer" }
jni = "0.21.1"
log = "0.4.17"
4 changes: 2 additions & 2 deletions platforms/atspi-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ rust-version.workspace = true
simplified-api = []

[dependencies]
accesskit = { version = "0.24.1", path = "../../common" }
accesskit_consumer = { version = "0.37.0", path = "../../consumer" }
accesskit = { version = "0.24.1", path = "../../accesskit" }
accesskit_consumer = { version = "0.37.0", path = "../../accesskit_consumer" }
atspi-common = { version = "0.13", default-features = false }
phf = { version = "0.13.1", features = ["macros"] }
serde = "1.0"
Expand Down
4 changes: 2 additions & 2 deletions platforms/ios/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ rust-version.workspace = true
default-target = "aarch64-apple-ios"

[dependencies]
accesskit = { version = "0.24.1", path = "../../common" }
accesskit_consumer = { version = "0.37.0", path = "../../consumer" }
accesskit = { version = "0.24.1", path = "../../accesskit" }
accesskit_consumer = { version = "0.37.0", path = "../../accesskit_consumer" }
hashbrown.workspace = true
objc2 = "0.5.1"
objc2-foundation = { version = "0.2.0", features = [
Expand Down
4 changes: 2 additions & 2 deletions platforms/macos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ rust-version.workspace = true
default-target = "x86_64-apple-darwin"

[dependencies]
accesskit = { version = "0.24.1", path = "../../common" }
accesskit_consumer = { version = "0.37.0", path = "../../consumer" }
accesskit = { version = "0.24.1", path = "../../accesskit" }
accesskit_consumer = { version = "0.37.0", path = "../../accesskit_consumer" }
hashbrown.workspace = true
objc2 = "0.5.1"
objc2-foundation = { version = "0.2.0", features = [
Expand Down
2 changes: 1 addition & 1 deletion platforms/unix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async-io = ["dep:async-channel", "dep:async-executor", "dep:async-task", "dep:fu
tokio = ["dep:tokio", "dep:tokio-stream"]

[dependencies]
accesskit = { version = "0.24.1", path = "../../common" }
accesskit = { version = "0.24.1", path = "../../accesskit" }
accesskit_atspi_common = { version = "0.19.0", path = "../atspi-common" }
atspi = { version = "0.29", default-features = false, features = ["proxies"] }
futures-lite = "2.3"
Expand Down
4 changes: 2 additions & 2 deletions platforms/windows/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ default-target = "x86_64-pc-windows-msvc"
targets = []

[dependencies]
accesskit = { version = "0.24.1", path = "../../common" }
accesskit_consumer = { version = "0.37.0", path = "../../consumer" }
accesskit = { version = "0.24.1", path = "../../accesskit" }
accesskit_consumer = { version = "0.37.0", path = "../../accesskit_consumer" }
hashbrown.workspace = true
static_assertions = "1.1.0"
windows-core = "0.62.0"
Expand Down
2 changes: 1 addition & 1 deletion platforms/winit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ async-io = ["accesskit_unix/async-io"]
tokio = ["accesskit_unix/tokio"]

[dependencies]
accesskit = { version = "0.24.1", path = "../../common" }
accesskit = { version = "0.24.1", path = "../../accesskit" }
winit = { version = "0.30.5", default-features = false }
rwh_05 = { package = "raw-window-handle", version = "0.5", features = ["std"], optional = true }
rwh_06 = { package = "raw-window-handle", version = "0.6.2", features = ["std"], optional = true }
Expand Down
4 changes: 2 additions & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"plugins": ["cargo-workspace"],
"release-type": "rust",
"packages": {
"common": {},
"consumer": {},
"accesskit": {},
"accesskit_consumer": {},
"platforms/android": {},
"platforms/atspi-common": {},
"platforms/ios": {},
Expand Down
Loading