servo / rust-stb-image

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

Removed the need for makefiles #87

Closed emoon closed 7 years ago

emoon commented 7 years ago

In this PR I have removed the dependency on make (which is isn't usually present on Windows) and instead use the gcc crate. I mainly did this for my own needs so if this doesn't fit with what you do please close this PR.


This change is Reviewable