mirror of
https://github.com/ankitects/anki.git
synced 2026-01-11 13:03:55 -05:00
Merge ae1944a39f into 8f2144534b
This commit is contained in:
commit
9a77854aa3
2 changed files with 7 additions and 3 deletions
|
|
@ -13,3 +13,6 @@ color = "always"
|
||||||
|
|
||||||
[target.'cfg(all(target_env = "msvc", target_os = "windows"))']
|
[target.'cfg(all(target_env = "msvc", target_os = "windows"))']
|
||||||
rustflags = ["-C", "target-feature=+crt-static"]
|
rustflags = ["-C", "target-feature=+crt-static"]
|
||||||
|
|
||||||
|
[build]
|
||||||
|
target-dir = "out/rust"
|
||||||
|
|
|
||||||
|
|
@ -151,9 +151,10 @@ Cargo, yarn and pip all cache downloads of dependencies in a shared cache that
|
||||||
other builds on your system may use as well. If you wish to clear up those caches,
|
other builds on your system may use as well. If you wish to clear up those caches,
|
||||||
they can be found in `~/.rustup`, `~/.cargo` and `~/.cache/{yarn,pip}`.
|
they can be found in `~/.rustup`, `~/.cargo` and `~/.cache/{yarn,pip}`.
|
||||||
|
|
||||||
If you invoke Rust outside of the build scripts (eg by running cargo, or
|
With previous versions, if you invoked Rust outside of the build scripts (e.g., by
|
||||||
with Rust Analyzer), output files will go into `target/` unless you have
|
running cargo, or with Rust Analyzer), output files would go into `target/` unless
|
||||||
overriden the default output location.
|
you had overridden the default output location. If you are up-to-date with the
|
||||||
|
current main branch, you may want to delete the `target/` folder.
|
||||||
|
|
||||||
## IDEs
|
## IDEs
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue