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.
As noted in #4 one can not use
git
dependencies when publising oncrates.io
. We will need to (periodically) check whether our dependencies oncrates.io
are recent enough in order to publishchip8_ui
.This is not a high-priority issue, since users can always
git clone
thechip8_ui
crate.