Closed robo9k closed 9 years ago
This looks excellent. Thanks so much for doing this and for the detailed commit messages and links to documentation!
I signed up for crates.io account so you can add me as co-owner whenever you get the chance.
I've answered all my own questions after some more poking around. Looks good!
I signed up for crates.io account so you can add me as co-owner whenever you get the chance.
Added you as an owner. You're already showing up on the chip8_vm crate page and in cargo owner --list
, so it seems to work.
This implements most of the points in #3.
I was not aware that crates on
crates.io
can not havegit
dependencies, sochip8_ui
can not be uploaded. I tried using thecrates.io
versions of all dependencies instead, but they're not recent enough (I'll add another issue for that).So for now, the chip8_vm crate on crates.io would need @jakerr as another crate owner. You'll need to login to crates.io to create an account before I can add you.
The commits b779bbd and ca4ce39 were required to work with latest
rustc
nightly alongside some upstream pull requests.Please feel free to ask questions or suggest further changes to this pull request!