brson / rust-sdl

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

vec -> slice #122

Closed mvdnes closed 10 years ago

mvdnes commented 10 years ago

The old std::vec is now std::slice

lifthrasiir commented 10 years ago

Done as of a5060ab766b447186a91cbdba0203f1280fd2082. (Sorry, I was working on this at that moment!)