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
|
||||
|
||||
#[cfg(unix)]
|
||||
#[path = "unix.rs"]
|
||||
#[path = "unix_input.rs"]
|
||||
mod unix_input;
|
||||
|
||||
#[cfg(unix)]
|
||||
pub use unix_input::*;
|
||||
|
||||
#[cfg(windows)]
|
||||
#[path = "windows.rs"]
|
||||
#[path = "windows_input.rs"]
|
||||
mod windows_input;
|
||||
|
||||
#[cfg(windows)]
|
||||
|
||||
Reference in New Issue
Block a user