mooxide

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

README.md (156B)


      1 # Mooxide
      2 
      3 ## Building
      4 
      5 After installing [Rust](https://rustup.rs/), you can compile Mooxide as follows:
      6 
      7 ```shell
      8 cargo xtask bundle mooxide --release
      9 ```