Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 356 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 356 Bytes

WispInstaller

A rust tool that helps newbies to use cmake.

Usage

Place the .exein the root directory of the project (WispRenderer) and run it. Then just folow the on-screen instructions.

Installing Environment

Requirements:

  • Rust

Running the application in debug:

cargo run

Building for release:

cargo build --release