Update linux_dependencies.md (#3517)

Thanks for making Bevy. Recommend adding rust-libudev-devel as an additional dependence for Fedora.

# Objective

- Describe the objective or issue this PR addresses.
- If you're fixing a specific issue, say "Fixes #X".

## Solution

- Describe the solution used to achieve the objective above.
This commit is contained in:
Joel Godfrey-Smith 2022-01-01 22:28:44 +00:00
parent 5c590b0011
commit 6b239713bf

View file

@ -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
sudo dnf install gcc-c++ libX11-devel alsa-lib-devel systemd-devel rust-libudev-devel
```
If there are errors with linking during the build process such as: