A rust tool that helps newbies to use cmake.
Place the .exe
in the root directory of the project (WispRenderer) and run it. Then just folow the on-screen instructions.
Requirements:
- Rust
Running the application in debug:
cargo run
Building for release:
cargo build --release