Crates.io | scaffold-godot-rust |
lib.rs | scaffold-godot-rust |
version | 0.1.6 |
source | src |
created_at | 2023-12-23 17:55:38.410732 |
updated_at | 2024-01-09 04:22:49.60947 |
description | A simple scaffold for Godot Rust projects |
homepage | |
repository | https://github.com/ByteAtATime/scaffold-godot-rust |
max_upload_size | |
id | 1079221 |
size | 23,871 |
This is a small tool that quickly scaffolds a simple boilerplate project for Godot-Rust.
This crate is hosted on crates.io, meaning you can install it with:
$ cargo install scaffold-godot-rust
First, clone the repository:
$ git clone https://github.com/ByteAtATime/scaffold-godot-rust
$ cd scaffold-godot-rust
Then you can build:
$ cargo build # --release
You literally just run the built executable and answer the prompts. When you're done, it scaffolds the project automatically.