Skip to content

devodev/bevy-venture

Repository files navigation

bevy-venture

Overview

TODO

Development

Install OS Dependencies

  • Run the Visual Studio 2019 build tools installer
  • For easy setup, select the Desktop development with C++ workload in the installer.
  • For a minimal setup, follow these steps:
    1. In the installer, navigate to Individual components
    2. Select the latest MSVC for your architecture and version of Windows
    3. Select the latest Windows SDK for your version of Windows
    4. Select the C++ CMake tools for Windows component
    5. Install the components

Cargo tools

Install Cargo tools

# Rust task runner and build tool.
cargo install cargo-make
# Bevy compilation optimization (lld linker)
cargo install -f cargo-binutils
rustup component add llvm-tools-preview

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages