Renamed mod.s rs files
This commit is contained in:
parent
a5f5a77100
commit
df0de19567
16 changed files with 0 additions and 0 deletions
11
src/ui.rs
Normal file
11
src/ui.rs
Normal file
|
@ -0,0 +1,11 @@
|
|||
#[cfg(all(windows, feature = "ui"))]
|
||||
mod windows;
|
||||
|
||||
#[cfg(all(windows, feature = "ui"))]
|
||||
pub use self::windows::*;
|
||||
|
||||
#[cfg(not(all(windows, feature = "ui")))]
|
||||
mod headless;
|
||||
|
||||
#[cfg(not(all(windows, feature = "ui")))]
|
||||
pub use self::headless::*;
|
Loading…
Add table
Add a link
Reference in a new issue