rust_pixel 2.4.0

2d pixel-art game engine & rapid prototype tools support terminal, wgpu and web...
Documentation
1
2
3
4
5
6
7
8
// RustPixel
// copyright zipxing@hotmail.com 2022~2026

include!("build_support.rs");

fn main() {
    setup_rust_pixel_cfg_aliases();
}