forked from LowLevelDevs/FoundryOS
5 lines
63 B
Rust
5 lines
63 B
Rust
#![no_std]
|
|
|
|
pub mod application;
|
|
pub mod frame;
|
|
pub mod window; |