Skip to content

Commit 45b53a2

Browse files
authored
Added CLI scripting tools link (#69)
1 parent 197833a commit 45b53a2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/ecosystem/index.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ A list for games is also planned, and will be showcased on a separate page.
3434
| **[gd-rehearse]**<br/>Unit tests for godot-rust code. | [Discord][gd-rehearse-discord] | ![gd-rehearse][gd-rehearse-badge] |
3535
| **[gd-props]**<br/>Resource serialization using `serde`. | [Discord][gd-props-discord] | ![gd-props][gd-props-badge] |
3636
| **[gdext-generation]**<br/>Auto-generate the `.gdextension` file. | [Discord][gdext-generation-discord] | ![gdext-generation][gdext-generation-badge] |
37+
| **[godot-rust-cli]**<br/>CLI scripts for Godot with Rust. | [Discord][godot-rust-cli-discord] | ![godot-rust-cli][godot-rust-cli-badge] |
3738
| ___________________________________________________ | | |
3839
| 📜 _**Scripting**_ | | |
3940
| **[godot-rust-script]**<br/>Allows Rust scripts to be added to nodes. | | ![godot-rust-script][godot-rust-script-badge] |
@@ -44,8 +45,8 @@ A list for games is also planned, and will be showcased on a separate page.
4445

4546
[gdext-coroutines]: https://github.com/Houtamelo/gdext_coroutines
4647
[gdext-coroutines-crate]: https://crates.io/crates/gdext_coroutines
47-
[gdext-coroutines-discord]: https://discord.com/channels/723850269347283004/1255555232390451293/1255555232390451293
48-
[gdext-coroutines-badge]: https://img.shields.io/github/last-commit/Houtamelo/gdext_coroutines
48+
[gdext-coroutines-discord]: https://discord.com/channels/723850269347283004/1255555232390451293/125555523
49+
[gdext-coroutines-badge]: https://img.shields.io/github/last-commit/Houtamelo/gdext_coroutines2390451293
4950

5051
[godot-tokio]: https://github.com/2-3-5-41/godot_tokio
5152
[godot-tokio-discord]: https://discord.com/channels/723850269347283004/1312490414762364928/1312490414762364928
@@ -64,6 +65,10 @@ A list for games is also planned, and will be showcased on a separate page.
6465
[gdext-generation-discord]: https://discord.com/channels/723850269347283004/1316664276819247124
6566
[gdext-generation-badge]: https://img.shields.io/github/last-commit/sylbeth/gdext-generation
6667

68+
[godot-rust-cli]: https://github.com/TheColorRed/godot-rust
69+
[godot-rust-cli-badge]: https://img.shields.io/github/last-commit/TheColorRed/godot-rust
70+
[godot-rust-cli-discord]: https://discord.com/channels/723850269347283004/1325220721340977253
71+
6772
[godot-rust-script]: https://github.com/titannano/godot-rust-script
6873
[godot-rust-script-badge]: https://img.shields.io/github/last-commit/titannano/godot-rust-script
6974

0 commit comments

Comments
 (0)