brson / rust-sdl

SDL bindings for Rust
MIT License
179 stars 52 forks source link

Fix for new minimally-sized enums #107

Closed thewonderidiot closed 11 years ago

thewonderidiot commented 11 years ago

This fixes issue #106 by replacing the transmutes to enums with #[deriving(FromPrimitive)], and cleans up some of the relevant code.

AngryLawyer commented 11 years ago

Ah, you are a star.