andelf / rust-sdl2_ttf

Rust bindings for sdl2_ttf.
MIT License
26 stars 23 forks source link

Can't compile with rust-sdl2 master #2

Closed coeuvre closed 10 years ago

coeuvre commented 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;

andelf commented 10 years ago

I've add ToColor to my rust-sdl2 fork, and haven't made a pull request yet. I'll fix it soon. :) thanks.