zgui 0.1.0

A full Rust GUI library using wgpu as backend
Documentation
1
2
3
4
5
6
//! Placeholder top-level lib.
//! Internal crates are re-imported and don't need to be published individually.

pub fn hello_world() {
    println!("Hello, world!");
}