Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

cargo-godot
Cargo helper to improve godot rust developement experience.
Supported Engine Version
4.1
Version String
0.2.0
License Version
MIT
Support Level
community
Modified Date
10 months ago
Git URL
Issue URL
cargo-godot
Cargo helper to improve godot rust developement experience.
Install
cargo install cargo-godot
Use
In your rust project, you should add metadata in the Cargo.toml to specify the godot project path:
[package.metadata.godot]
project = "../godot"
Then, you can directly run/export/debug your project directly via cargo:
cargo godot run
cargo-godot
generates the .gdextension
file at the top of rust project. You
can create a link in your godot project:
cd ../godot
ln -s ../rust/project.gdextension
Cargo helper to improve godot rust developement experience.
Reviews
Quick Information

cargo-godot
Cargo helper to improve godot rust developement experience.
Supported Engine Version
4.1
Version String
0.2.0
License Version
MIT
Support Level
community
Modified Date
10 months ago
Git URL
Issue URL