Open
Description
hi first of all thanks for this awesome tool! second I have a problem I want to generate a PNG from the map with tiles but sadly I was not able to do that with Python now I tried CLI but when I install I get this error
cargo +nightly install --git https://github.com/mejrs/rs3cache/ rs3 --features=rs3
Updating git repository https://github.com/mejrs/rs3cache/
error: there is nothing to install in rs3 v0.1.0 (https://github.com/mejrs/rs3cache/#83c0db0d)
, because it has no binaries
cargo install
is only for installing programs, and can't be used with libraries.
To use a library crate, add it as a dependency to a Cargo project with cargo add
.
how can I fix this ?! is it expected ?!
Metadata
Metadata
Assignees
Labels
No labels