Closed lumyus closed 3 years ago
If you read the README or looked at the Cargo.toml, you'd see that some of the dependencies are private. For example: https://github.com/rmccrystal/modernwarfare-cheat-rs/blob/master/Cargo.toml#L11 shows that this project has a dependency on a library called memlib but that library is not public... The ../memlib-rs
is telling the rust compiler to look on the local machine for that library. Since only the author of this repo has that library (I would assume), it will only compile correctly on his machine.
Bro just clone memlib-rs into the parent folder it's public however winutil is private so you will have to remake that
Any idea what's going wrong?