brson / rust-sdl

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

Types and Enums updated to CamelCase, added license info, made it build again #12

Closed AngryLawyer closed 12 years ago

AngryLawyer commented 12 years ago

Hello again! I've updated the code to have CamelCased stuff on Types and Enums. There's a big list of consts that seems to act like an enum which I've not CamelCased, but if you want it so, let me know.

I've also added an MIT license.

Finally, the code didn't compile due to not equals being a requirement of types that implement equals, which popped up since I last did a build, so it's building once again!

Let me know if I've done anything stupid - I'm pretty new to the Rust shenanigans.

Cheers

brson commented 12 years ago

Thanks!