brson / rust-sdl

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

Update impl syntax for language changes #34

Closed pcwalton closed 11 years ago

pcwalton commented 11 years ago

impl Type : Trait is changing to impl Trait for Type. This change will keep rust-sdl building.

AngryLawyer commented 11 years ago

Cheers, in it goes!