Skip to content

Commit 56abf17

Browse files
authored
refactor!: Drop redundant HasPopup::True (#550)
1 parent a47bca1 commit 56abf17

File tree

7 files changed

+6
-1
lines changed

7 files changed

+6
-1
lines changed

common/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,6 @@ pub enum Live {
544544
)]
545545
#[repr(u8)]
546546
pub enum HasPopup {
547-
True,
548547
Menu,
549548
Listbox,
550549
Tree,

platforms/android/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ accesskit_consumer = { version = "0.27.0", path = "../../consumer" }
2020
jni = "0.21.1"
2121
log = "0.4.17"
2222
once_cell = "1.17.1"
23+

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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ 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
@@ -40,3 +40,4 @@ features = [
4040
once_cell = "1.13.0"
4141
scopeguard = "1.1.0"
4242
winit = "0.30"
43+

platforms/winit/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,4 @@ accesskit_android = { version = "0.1.1", path = "../android", optional = true, f
4040
version = "0.30.5"
4141
default-features = false
4242
features = ["x11", "wayland", "wayland-dlopen", "wayland-csd-adwaita"]
43+

0 commit comments

Comments
 (0)