mirror of
https://github.com/Xyverle/neutuino.git
synced 2026-06-26 22:23:14 -04:00
I am the smartest man alive
This commit is contained in:
@@ -3,14 +3,14 @@
|
|||||||
//! Very incomplete currently
|
//! Very incomplete currently
|
||||||
|
|
||||||
#[cfg(unix)]
|
#[cfg(unix)]
|
||||||
#[path = "unix.rs"]
|
#[path = "unix_input.rs"]
|
||||||
mod unix_input;
|
mod unix_input;
|
||||||
|
|
||||||
#[cfg(unix)]
|
#[cfg(unix)]
|
||||||
pub use unix_input::*;
|
pub use unix_input::*;
|
||||||
|
|
||||||
#[cfg(windows)]
|
#[cfg(windows)]
|
||||||
#[path = "windows.rs"]
|
#[path = "windows_input.rs"]
|
||||||
mod windows_input;
|
mod windows_input;
|
||||||
|
|
||||||
#[cfg(windows)]
|
#[cfg(windows)]
|
||||||
|
|||||||
Reference in New Issue
Block a user