Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits)

Not saying you're being inscrutable, just saying I don't really understand this stuff so the instructions are complicated to me.

I installed Rust and Cargo is installed but when I run BuildSystem.sh I get the error:

could not find `Cargo.toml` in `/Users/max/Library` or any parent directory

Which is confusing since it's in the same folder as the build script. I'm going to see if I can figure out what's going on

Edit: OK, so I tried putting the Cargo.toml file in my Library folder and now I'm gettinga new error:

error: failed to parse manifest at `/Users/max/Library/Cargo.toml`

Caused by:

  can't find library `godot_boy`, rename file to `src/lib.rs` or specify lib.path


Did you do a git clone of the whole repo or just download the single files? You need the whole repo.