I am the smartest man alive

This commit is contained in:
2025-03-30 13:25:50 -04:00
parent a4991f1582
commit cb336e8bb9

View File

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