PistonDevelopers / mush

gui for dialogue graphs, et al.
Apache License 2.0
12 stars 2 forks source link

Rename the executable binary to 'test' or 'example' #8

Closed stjahns closed 9 years ago

stjahns commented 9 years ago

cargo doc apparently doesn't like having both a binary and a library with the same name in the same crate, see https://travis-ci.org/PistonDevelopers/mush/builds/60995325#L294

viperscape commented 9 years ago

Ok, yea I was thinking having it as a lib and executable is pushing it-- but it makes sense to abstract as much to a lib format for reuse. I suppose we should include cargo.lock?

stjahns commented 9 years ago

Fixed by https://github.com/PistonDevelopers/mush/pull/16