Add deps list
This commit is contained in:
parent
268ef54158
commit
c83ac578fd
1
.gitmodules
vendored
1
.gitmodules
vendored
@ -1,3 +1,4 @@
|
|||||||
[submodule "third_party/raylib"]
|
[submodule "third_party/raylib"]
|
||||||
path = third_party/raylib
|
path = third_party/raylib
|
||||||
url = https://github.com/raysan5/raylib
|
url = https://github.com/raysan5/raylib
|
||||||
|
ignore = dirty
|
||||||
|
@ -7,10 +7,10 @@
|
|||||||
|
|
||||||
repo description
|
repo description
|
||||||
|
|
||||||
## Installation
|
## Dependencies
|
||||||
|
|
||||||
This crate can be installed via `cargo` with:
|
Fedora:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cargo install <crate_name>
|
dnf install clang-devel alsa-lib-devel mesa-libGL-devel libX11-devel libXrandr-devel libXi-devel libXcursor-devel libXinerama-devel libatomic
|
||||||
```
|
```
|
Loading…
x
Reference in New Issue
Block a user