fix sdl2-sys compilation

This commit is contained in:
Henri Bourcereau 2025-06-22 16:54:10 +02:00
parent 5b133cfe0a
commit dcd97d1df1
3 changed files with 4734 additions and 72 deletions

6
.gitignore vendored
View file

@ -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

File diff suppressed because it is too large Load diff

View file

@ -4,6 +4,11 @@
packages = [
# pour burn-rs (compilation sdl2-sys)
pkgs.cmake
pkgs.libffi
pkgs.wayland-scanner
# dev tools
pkgs.samply # code profiler