Skip to content

TeamWisp/WispInstaller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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