mirror of
https://github.com/bevyengine/bevy
synced 2024-11-13 00:17:27 +00:00
Recommend .cargo/config.toml
over .cargo/config
(#459)
As of Rust version 1.39.0, `config.toml` is the preferred filename for `cargo`s configuration file. Incidentally added a newline at EOF. https://doc.rust-lang.org/cargo/reference/config.html
This commit is contained in:
parent
413caae7bb
commit
69aa9bf9fd
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# Rename this file to `config` to enable "fast build" configuration. Please read the notes below.
|
||||
# Rename this file to `config.toml` to enable "fast build" configuration. Please read the notes below.
|
||||
|
||||
# NOTE: For maximum performance, build using a nightly compiler
|
||||
# If you are using rust stable, remove the "-Zshare-generics=y" below.
|
||||
|
|
Loading…
Reference in a new issue