chip8-rust / chip8-ui

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

Use only crates.io dependencies #13

Closed robo9k closed 9 years ago

robo9k commented 9 years ago

As noted in #4 one can not use git dependencies when publising on crates.io. We will need to (periodically) check whether our dependencies on crates.io are recent enough in order to publish chip8_ui.

This is not a high-priority issue, since users can always git clone the chip8_ui crate.