Skip to content

Provide instructions on how to update api.json while using a custom Godot build #103

@necrashter

Description

@necrashter

In "Using custom builds of Godot" section, the book should provide instructions on how to update the automatically generated api.json file after upgrading the custom build.

I solved this problem by going to ~/.cargo/git/checkouts/godot-rust-1005fa777d499fc2/ and executing

find -name "api.json" -delete

After that, I removed the target folder in my Rust project to trigger a clean build from scratch. Not sure whether this is the best method. Please let me know if there's a better alternative.

Metadata

Metadata

Assignees

No one assigned

    Labels

    new-topicA new topic to be added has been requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions