mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
# Objective - Revert #3517 as the dependency added (rust-libudev-devel) has a dependency on cargo which install the package manager version, which isn't compatible with rustup version and may break the setup of users Co-authored-by: François <8672791+mockersf@users.noreply.github.com>
This commit is contained in:
parent
dc8fefe27f
commit
a6d3cd92fe
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ Please see the ubuntu [WSL documentation](https://wiki.ubuntu.com/WSL) on how to
|
|||
## Fedora
|
||||
|
||||
```bash
|
||||
sudo dnf install gcc-c++ libX11-devel alsa-lib-devel systemd-devel rust-libudev-devel
|
||||
sudo dnf install gcc-c++ libX11-devel alsa-lib-devel systemd-devel
|
||||
```
|
||||
|
||||
If there are errors with linking during the build process such as:
|
||||
|
|
Loading…
Reference in a new issue