cargo: add experimental feature for unreleased protocols
This commit is contained in:
parent
805dad79fe
commit
7803259949
2 changed files with 3 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ wayland-scanner = "0.29"
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = []
|
||||||
debug = ["egui", "smithay-egui", "serde_json"]
|
debug = ["egui", "smithay-egui", "serde_json"]
|
||||||
|
experimental = []
|
||||||
|
|
||||||
[profile.dev]
|
[profile.dev]
|
||||||
lto = "thin"
|
lto = "thin"
|
||||||
|
|
|
||||||
|
|
@ -2,5 +2,7 @@
|
||||||
mod drm;
|
mod drm;
|
||||||
pub use drm::*;
|
pub use drm::*;
|
||||||
|
|
||||||
|
#[cfg(feature = "experimental")]
|
||||||
mod workspace;
|
mod workspace;
|
||||||
|
#[cfg(feature = "experimental")]
|
||||||
pub use workspace::*;
|
pub use workspace::*;
|
||||||
Loading…
Add table
Add a link
Reference in a new issue