Davejkane / riv

Riv - The Rust Image Viewer
MIT License
99 stars 10 forks source link

build script for Windows #106

Closed topin89 closed 4 years ago

topin89 commented 4 years ago

I made instructions how to build riv for Windows and added build script for Cargo.toml. It's based on instructions from https://github.com/Rust-SDL2/rust-sdl2, with build script slightly modified to copy dlls to /target/ instead of manifest directory.

So, should I do the PR?

topin89 commented 4 years ago

Heh. Guess not.