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