We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Compilation of the crate fails with the following error:
failed to run custom build command for sdl2-sys v0.34.3
sdl2-sys v0.34.3
Explicity requesting v0.3.42 for sdl2-sys fixes the issue:
[dependencies.sdl2-sys] version = "=0.34.2"
Everything then compiles & runs as it should.