So I found the fix

It's fixed text on a technology backgroundWell 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)