servo / rust-stb-image

Rust bindings to the awesome stb_image library
Other
68 stars 34 forks source link

update to rustc 1.0.0-nightly (4be79d6ac 2015-01-23 16:08:14 +0000) #62

Closed blevin closed 9 years ago

blevin commented 9 years ago

convert from autoconf/makefile to a cargo build script (build.rs) using the gcc crate to invoke the compiler. this both fixes the build errors and catches up to the current cargo idioms.

blevin commented 9 years ago

closing -- forgot to include Cargo.toml, will resubmit.