-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
23b3f2f
commit 3be91ea
Showing
18 changed files
with
177 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"common":"0.12.1","consumer":"0.16.1","platforms/macos":"0.10.1","platforms/windows":"0.15.1","platforms/winit":"0.17.0","platforms/unix":"0.6.2","bindings/c":"0.6.2"} | ||
{"common":"0.12.2","consumer":"0.17.0","platforms/macos":"0.11.0","platforms/windows":"0.16.0","platforms/winit":"0.18.0","platforms/unix":"0.7.0","bindings/c":"0.7.0","bindings/python":"0.1.0"} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "accesskit_c" | ||
version = "0.6.2" | ||
version = "0.7.0" | ||
authors = ["Arnold Loubriat <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
publish = false | ||
|
@@ -15,14 +15,14 @@ doc = false | |
cbindgen = [] | ||
|
||
[dependencies] | ||
accesskit = { version = "0.12.1", path = "../../common" } | ||
accesskit = { version = "0.12.2", path = "../../common" } | ||
paste = "1.0" | ||
|
||
[target.'cfg(target_os = "windows")'.dependencies] | ||
accesskit_windows = { version = "0.15.1", path = "../../platforms/windows" } | ||
accesskit_windows = { version = "0.16.0", path = "../../platforms/windows" } | ||
|
||
[target.'cfg(target_os = "macos")'.dependencies] | ||
accesskit_macos = { version = "0.10.1", path = "../../platforms/macos" } | ||
accesskit_macos = { version = "0.11.0", path = "../../platforms/macos" } | ||
|
||
[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies] | ||
accesskit_unix = { version = "0.6.2", path = "../../platforms/unix" } | ||
accesskit_unix = { version = "0.7.0", path = "../../platforms/unix" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Changelog | ||
|
||
## 0.1.0 (2024-01-03) | ||
|
||
|
||
### Features | ||
|
||
* Add Python bindings ([#269](https://github.com/AccessKit/accesskit/issues/269)) ([52560da](https://github.com/AccessKit/accesskit/commit/52560da1c1480f1a37a27906b24b518a5fa03249)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* accesskit bumped from 0.12.1 to 0.12.2 | ||
* accesskit_windows bumped from 0.15.1 to 0.16.0 | ||
* accesskit_macos bumped from 0.10.1 to 0.11.0 | ||
* accesskit_unix bumped from 0.6.2 to 0.7.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "accesskit" | ||
version = "0.12.1" | ||
version = "0.12.2" | ||
authors = ["Matt Campbell <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
description = "UI accessibility infrastructure across platforms" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "accesskit_consumer" | ||
version = "0.16.1" | ||
version = "0.17.0" | ||
authors = ["Matt Campbell <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
description = "AccessKit consumer library (internal)" | ||
|
@@ -11,5 +11,5 @@ readme = "README.md" | |
edition = "2021" | ||
|
||
[dependencies] | ||
accesskit = { version = "0.12.1", path = "../common" } | ||
accesskit = { version = "0.12.2", path = "../common" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "accesskit_macos" | ||
version = "0.10.1" | ||
version = "0.11.0" | ||
authors = ["Matt Campbell <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
description = "AccessKit UI accessibility infrastructure: macOS adapter" | ||
|
@@ -14,8 +14,8 @@ edition = "2021" | |
default-target = "x86_64-apple-darwin" | ||
|
||
[dependencies] | ||
accesskit = { version = "0.12.1", path = "../../common" } | ||
accesskit_consumer = { version = "0.16.1", path = "../../consumer" } | ||
accesskit = { version = "0.12.2", path = "../../common" } | ||
accesskit_consumer = { version = "0.17.0", path = "../../consumer" } | ||
objc2 = "0.5.0" | ||
once_cell = "1.13.0" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "accesskit_unix" | ||
version = "0.6.2" | ||
version = "0.7.0" | ||
authors = ["Arnold Loubriat <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
description = "AccessKit UI accessibility infrastructure: Linux adapter" | ||
|
@@ -16,8 +16,8 @@ async-io = ["atspi/async-std", "zbus/async-io"] | |
tokio = ["dep:tokio", "atspi/tokio", "zbus/tokio"] | ||
|
||
[dependencies] | ||
accesskit = { version = "0.12.1", path = "../../common" } | ||
accesskit_consumer = { version = "0.16.1", path = "../../consumer" } | ||
accesskit = { version = "0.12.2", path = "../../common" } | ||
accesskit_consumer = { version = "0.17.0", path = "../../consumer" } | ||
async-channel = "2.1.1" | ||
async-lock = "2.7.0" | ||
async-once-cell = "0.5.3" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "accesskit_windows" | ||
version = "0.15.1" | ||
version = "0.16.0" | ||
authors = ["Matt Campbell <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
description = "AccessKit UI accessibility infrastructure: Windows adapter" | ||
|
@@ -11,8 +11,8 @@ readme = "README.md" | |
edition = "2021" | ||
|
||
[dependencies] | ||
accesskit = { version = "0.12.1", path = "../../common" } | ||
accesskit_consumer = { version = "0.16.1", path = "../../consumer" } | ||
accesskit = { version = "0.12.2", path = "../../common" } | ||
accesskit_consumer = { version = "0.17.0", path = "../../consumer" } | ||
once_cell = "1.13.0" | ||
paste = "1.0" | ||
static_assertions = "1.1.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.