issues
search
brson
/
rust-sdl
SDL bindings for Rust
MIT License
179
stars
52
forks
source link
Two language changes
#132
Closed
mvdnes
closed
10 years ago
mvdnes
commented
10 years ago
*T
is now written as
*const T
Integer types are no longer automatically inferred as
int
, need type annotation
lifthrasiir
commented
10 years ago
Thanks!
*T
is now written as*const T
int
, need type annotation