We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 216f833 commit 1f38f9aCopy full SHA for 1f38f9a
wayland-protocols-misc/Cargo.toml
@@ -24,7 +24,6 @@ bitflags = "1.0"
24
[features]
25
client = ["wayland-client", "wayland-protocols/client"]
26
server = ["wayland-server", "wayland-protocols/server"]
27
-unstable_protocols = []
28
29
[package.metadata.docs.rs]
30
all-features = true
wayland-protocols-misc/src/lib.rs
@@ -89,7 +89,6 @@ pub mod zwp_input_method_v2 {
89
wayland_protocol!("./protocols/input-method-unstable-v2.xml", [wayland_protocols::wp::text_input::zv3]);
90
}
91
92
-#[cfg(feature = "unstable_protocols")]
93
pub mod zwp_virtual_keyboard_v1 {
94
//! Virtual keyboard v1 unstable
95
//!
0 commit comments