rust_pixel 1.0.7

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

include!("build_support.rs");

fn main() {
    setup_rust_pixel_cfg_aliases();
}