-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
When trying to build with sdl2 0.9.1 and Rust 1.3, I get this error:
Compiling sprocketnes v0.1.0 (file:///Users/jonathan/Source/sprocketnes)
src/gfx.rs:7:12: 7:23 error: unresolved import sdl2::InitBuilder
. There is no InitBuilder
in sdl2
[E0432]
src/gfx.rs:7 use sdl2::{InitBuilder, Sdl};
^~~~~~~~~~~
src/gfx.rs:7:12: 7:23 help: run rustc --explain E0432
to see a detailed explanation
error: aborting due to previous error
Could not compile sprocketnes
.
Metadata
Metadata
Assignees
Labels
No labels