chip8-rust / chip8-ui

CHIP-8 graphical emulator built with the Rust programing language
MIT License
8 stars 0 forks source link

Provide downloads #30

Open robo9k opened 9 years ago

robo9k commented 9 years ago

As mentioned in #28 we should provide downloads for each version. This requires the following things:

We'd need to make a list of files that would need to be contained in such a download, e.g.

With the current build matrix we would end up with e.g.

This might require editing the README to have separate Downloads, Running chip8_ui and Developing chip8_ui sections. If the README grows too large we might as well use gh-pages to provide a real project homepage (possibly in addition to any rustdoc of chip8_ui itself).