ponsic 1.1.1

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

/// 预定义窗口结构体
#[cfg(target_os = "windows")]
pub mod widgets;

#[cfg(target_os = "windows")]
pub use ponsic_winsafe::*;