Files
FoundryOS/lib/lib_application/src/lib.rs
T

5 lines
63 B
Rust

#![no_std]
pub mod application;
pub mod frame;
pub mod window;