# Dependencies
- rust / cargo
Linux users might require some `XCB` libraries to use `bevy_egui`. These packages that can be installed on Debian-based systems with the following command:
```bash
sudo apt install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev
```