ponsic 1.1.1

A simple, fast, and safe library for creating Windows GUI applications.
Documentation
1
2
3
4
5
6
7
mod window;

pub use window::*;

mod main_window;

pub use main_window::MainWindow;