bevy/docs
Domi 30ca97e287 Fix Nix section of linux_dependencies.md (#5050)
# Objective

`nix-shell` reported: ```error: 'x11' has been renamed to/replaced by 'xlibsWrapper'```.

## Solution

Replacing `x11` with `xlibsWrapper` in the Nix section of linux_dependencies.md fixes the problem on my system, and bevy projects build fine.
2022-06-20 19:06:38 +00:00
..
cargo_features.md Add animation feature to cargo_features.md (#4450) 2022-04-11 04:20:25 +00:00
debugging.md Useful changes with relicensing benefits (#2497) 2021-07-17 21:59:31 +00:00
linters.md GitHub Action: Check local Markdown links on push (#2067) 2021-05-02 20:22:32 +00:00
linux_dependencies.md Fix Nix section of linux_dependencies.md (#5050) 2022-06-20 19:06:38 +00:00
plugins_guidelines.md Recommend posting new plugins in #crates discord channel (#4956) 2022-06-07 08:14:10 +00:00
profiling.md Cargo --timings option has been stabilized. Update profiling.md. (#4850) 2022-05-30 21:16:48 +00:00
release_checklist.md Fix release workflow (#4903) 2022-06-06 15:47:51 +00:00