gdnative
gdnative copied to clipboard
Cargo run --example name
Update the workspace to make it easier to run examples after checking out the repository.
One issue is that the examples need Godot to run, so they can't just easily be invoked through the usual way Cargo launches examples.
Could be integrated into check.sh, or maybe a separate script.