Skip to content
Snippets Groups Projects
README.md 200 B
Newer Older
  • Learn to ignore specific revisions
  • # Boytacean SDL
    
    ## Build
    
    To be able to run the `cargo build` one must first install a local version of `vcpkg` using:
    
    ```bash
    cargo install cargo-vcpkg
    cargo vcpkg build
    cargo build
    ```