Well actually I asked Microsoft’s CoPilot AI and it sorted it!
This is what you need in the dependencies section in cargo.toml
[dependencies]
sdl2-sys = "*"
sdl2 = { version = "0.37", features = ["image","ttf"] }
It compiled with no problems after saving that.
(Visited 47 times, 1 visits today)