Closed coeuvre closed 10 years ago
src/sdl2_ttf/lib.rs:21:5: 21:26 error: unresolved import: there is no ToColor in sdl2::pixels src/sdl2_ttf/lib.rs:21 use sdl2::pixels::ToColor;
ToColor
sdl2::pixels
I've add ToColor to my rust-sdl2 fork, and haven't made a pull request yet. I'll fix it soon. :) thanks.
src/sdl2_ttf/lib.rs:21:5: 21:26 error: unresolved import: there is no
ToColor
insdl2::pixels
src/sdl2_ttf/lib.rs:21 use sdl2::pixels::ToColor;