fix sdl2-sys compilation
This commit is contained in:
parent
5b133cfe0a
commit
dcd97d1df1
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -1,6 +1,7 @@
|
||||||
# Generated by Cargo
|
# Generated by Cargo
|
||||||
# will have compiled files and executables
|
# will have compiled files and executables
|
||||||
/target/
|
/target/
|
||||||
|
/target
|
||||||
|
|
||||||
# These are backup files generated by rustfmt
|
# These are backup files generated by rustfmt
|
||||||
**/*.rs.bk
|
**/*.rs.bk
|
||||||
|
|
@ -11,6 +12,5 @@ devenv.local.nix
|
||||||
# generated by samply rust profiler
|
# generated by samply rust profiler
|
||||||
profile.json
|
profile.json
|
||||||
|
|
||||||
# Added by cargo
|
# IA modles used by bots
|
||||||
|
/models
|
||||||
/target
|
|
||||||
|
|
|
||||||
4795
Cargo.lock
generated
4795
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -4,6 +4,11 @@
|
||||||
|
|
||||||
packages = [
|
packages = [
|
||||||
|
|
||||||
|
# pour burn-rs (compilation sdl2-sys)
|
||||||
|
pkgs.cmake
|
||||||
|
pkgs.libffi
|
||||||
|
pkgs.wayland-scanner
|
||||||
|
|
||||||
# dev tools
|
# dev tools
|
||||||
pkgs.samply # code profiler
|
pkgs.samply # code profiler
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue