Skip to content

Commit 30ddebc

Browse files
committed
Add some links
1 parent 4e15341 commit 30ddebc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

content/news/052/index.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,10 @@ If needed, a section can be split into subsections with a "------" delimiter.
7777
![godot-rust logo](godot-rust.png)
7878

7979
godot-rust ([GitHub][gd-github], [Discord][gd-discord], [Mastodon][gd-mastodon], [Twitter][gd-twitter]) by [@Bromeon]
80-
provides Rust bindings for Godot.
80+
provides Rust bindings for the [Godot engine](https://godotengine.org/).
8181

82-
After quite a bit of development on GitHub, the Godot 4 bindings are now available on crates.io -- you can immediately get started using
82+
After quite a bit of development on GitHub, the Godot 4 bindings are now available on [crates.io](https://crates.io/crates/godot) --
83+
you can immediately get started using
8384
`cargo add godot`. Furthermore, the GDExtension API level can now be specified with a Cargo feature, e.g. `api-4-1`.
8485

8586
The `ScriptInstance` API has matured a lot over the past months. This feature allows users to write Godot scripts in Rust, which can be

0 commit comments

Comments
 (0)