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

File diff suppressed because it is too large Load diff

View file

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