Skip to content

Only1Loatheb/domek_2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

113 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

run

Run on Linux (based on: bevy)

  1. install mold clang
  2. Install rustup as usual.
  3. rustup toolchain install nightly
  4. rustup toolchain list should contain nightly
  5. rustup override set nightly
  6. cargo run

Release from Linux for Windows:

  1. install mingw-w64
  2. rustup target add x86_64-pc-windows-gnu
  3. cargo build --target=x86_64-pc-windows-gnu --release

Develop on Linux:

cargo run --target=x86_64-unknown-linux-gnu

About

Small bevy project to design my flat interior

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors