-
## Bevy version
v0.9.1
v0.9.0
v0.8.1
v0.8.0
## \[Optional\] Relevant system information
rustc 1.66.1
## What you did
```
git checkout ${tag_above}
cargo run --example hello_world
…
-
Multiple of times already I've noticed that some things i was setting were thrown away, often after upgrades. Like - right now I figured out that `src = ;` in my invocation of `lib.craneLib.buildDepsO…
-
Hi. I'm using https://github.com/rust-lang/mdBook and https://github.com/daviddrysdale/mdbook-indexing on a project, and wanted to build newer versions because of both 1) bugfixes and 2) nixpkgs seeme…
-
### Problem
The `.gitignore` file in the new library template lists the `Cargo.lock` file. This can make it more difficult to reproduce builds and perform bisections using the `git bisect` command.
…
-
I have a library whose `Cargo.toml` contains this:
```toml
[features]
async-network-client = ["git-repository/async-network-client"]
blocking-network-client = ["git-repository/blocking-network-…
-
In GitLab by @bjthehun on Nov 18, 2022, 10:42
-
## Introduction
I'm not being able to compile the `toml` crate on a MacOS M1. The output error below is from
[nix-shell](https://nixos.wiki/wiki/Development_environment_with_nix-shell) but I can …
-
[Cargo.lock](https://doc.rust-lang.org/cargo/faq.html#why-do-binaries-have-cargolock-in-version-control-but-not-libraries) is a special file to lock versions of dependency libraries.
Without this f…
-
In addition to #21, I still have some issues with the update param that I think warrant some more discussion. At best I feel it is a misrepresentation of functionality and at worst I can't see what ut…
-
Currently the hash of the dependencies' fixed output derivation has to be manually updated whenever there is a change.
We could allow users to use [sbt-dependency-lock](https://github.com/stringbea…