new workspace
This commit is contained in:
11
wlx-overlay-s/src/overlays/mod.rs
Normal file
11
wlx-overlay-s/src/overlays/mod.rs
Normal file
@@ -0,0 +1,11 @@
|
||||
pub mod anchor;
|
||||
pub mod custom;
|
||||
pub mod keyboard;
|
||||
#[cfg(feature = "wayland")]
|
||||
pub mod mirror;
|
||||
pub mod screen;
|
||||
pub mod toast;
|
||||
pub mod watch;
|
||||
|
||||
#[cfg(feature = "wayvr")]
|
||||
pub mod wayvr;
|
||||
Reference in New Issue
Block a user