Skip to content

Commit cd3bcce

Browse files
committed
Add dummy changes for platform crates
1 parent a61aa36 commit cd3bcce

File tree

6 files changed

+4
-2
lines changed

6 files changed

+4
-2
lines changed

platforms/android/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ accesskit = { version = "0.21.1", path = "../../common" }
1919
accesskit_consumer = { version = "0.31.0", path = "../../consumer" }
2020
jni = "0.21.1"
2121
log = "0.4.17"
22-

platforms/atspi-common/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ atspi-common = { version = "0.9", default-features = false }
2121
serde = "1.0"
2222
thiserror = "1.0"
2323
zvariant = { version = "5.4", default-features = false }
24+

platforms/macos/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ objc2-app-kit = { version = "0.2.0", features = [
3434
"NSView",
3535
"NSWindow",
3636
] }
37+

platforms/unix/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,3 @@ tokio-stream = { version = "0.1.14", optional = true }
3636
version = "1.32.0"
3737
optional = true
3838
features = ["macros", "net", "rt", "sync", "time"]
39-

platforms/windows/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,4 @@ once_cell = "1.13.0"
4141
parking_lot = "0.12.4"
4242
scopeguard = "1.1.0"
4343
winit = "0.30"
44+

platforms/winit/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,4 @@ softbuffer = { version = "0.4.0", default-features = false, features = [
4848
"wayland",
4949
"wayland-dlopen",
5050
] }
51+

0 commit comments

Comments
 (0)