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
|
|
@ -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