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]
|
||||
default = []
|
||||
debug = ["egui", "smithay-egui", "serde_json"]
|
||||
experimental = []
|
||||
|
||||
[profile.dev]
|
||||
lto = "thin"
|
||||
|
|
|
|||
|
|
@ -2,5 +2,7 @@
|
|||
mod drm;
|
||||
pub use drm::*;
|
||||
|
||||
#[cfg(feature = "experimental")]
|
||||
mod workspace;
|
||||
#[cfg(feature = "experimental")]
|
||||
pub use workspace::*;
|
||||
Loading…
Add table
Add a link
Reference in a new issue