8000 GitHub - NightProg/bevy-template: A Bevy Template Rate
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

NightProg/bevy-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bevy Template

A template I made to doesn't have to re-create the same setup each time I use bevy

Setup

in .cargo/config.toml You need to change the path of the LLD Linker of your target in :

rustflags = [
  "-Clink-arg=-fuse-ld=<insert your path here>", # Use LLD Linker
  "-Zshare-generics=y",                                   # (Nightly) Make the current crate share its generic instantiations
  "-Zthreads=0",                                          # (Nightly) Use improved multithreading with the recommended amount of threads.
]

About

A Bevy Template Rate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0