Skip to content

Commit e24fcf6

Browse files
committed
Newsletter 32 for godot-rust.
1 parent 1ed0b1c commit e24fcf6

File tree

2 files changed

+36
-2
lines changed

2 files changed

+36
-2
lines changed

content/news/032/godot-rust.png

3.22 KB
Loading

content/news/032/index.md

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,15 @@ Feel free to send PRs about your own projects!
3232
[join]: https://github.com/rust-gamedev/wg#join-the-fun
3333

3434
- [Game Updates](#game-updates)
35-
- [Learning Material Updates](#learning-material-updates)
35+
- [V-Racer](#v-racer)
3636
- [Engine Updates](#engine-updates)
37+
- [Learning Material Updates](#learning-material-updates)
3738
- [Tooling Updates](#tooling-updates)
3839
- [Library Updates](#library-updates)
39-
- [Other News](#other-news)
40+
- [[dos-like-rs]](#dos-like-rs)
41+
- [godot-rust](#godot-rust)
4042
- [Popular Workgroup Issues in Github](#popular-workgroup-issues-in-github)
43+
- [Other News](#other-news)
4144
- [Meeting Minutes](#meeting-minutes)
4245
- [Discussions](#discussions)
4346
- [Requests for Contribution](#requests-for-contribution)
@@ -112,6 +115,37 @@ are presented in a [blog post on Dev.to][dos-like-rs-dev].
112115
[@E_net4]: https://twitter.com/E_net4
113116
[dos-like-rs-dev]: https://dev.to/e_net4/writing-bindings-to-dos-like-for-rust-some-lessons-learned-2p6k
114117

118+
119+
### [godot-rust](https://github.com/godot-rust/godot-rust)
120+
121+
![godot-rust logo](godot-rust.png)
122+
123+
godot-rust ([GitHub][gd-github], [Discord][gd-discord], [Twitter][gd-twitter])
124+
is a Rust library that provides bindings for the Godot game engine.
125+
126+
We are pleased to announce the release of godot-rust version 0.10.0.
127+
This update brings many new quality-of-life features, such as basic
128+
async and serde support, more flexible exporting of Rust symbols to
129+
Godot, better CI and doc integration, among many more features that
130+
have previously been exclusive to the [GitHub repo][gd-github].
131+
132+
This release also makes the the API much more more user-friendly than
133+
previous versions with more consistent naming, flatter module structure
134+
and fewer redundancies.
135+
136+
Thank you to all of the contributors who made this possible!
137+
138+
A full list of a the changes are available in the [changelog][gd-changelog].
139+
140+
[gd-announcement]: https://godot-rust.github.io/releases/
141+
[gd-changelog]: https://github.com/godot-rust/godot-rust/blob/master/CHANGELOG.md
142+
143+
[gd-docs]: https://godot-rust.github.io/docs
144+
[gd-github]: https://github.com/godot-rust/godot-rust
145+
[gd-discord]: https://discord.com/invite/FNudpBD
146+
[gd-twitter]: https://twitter.com/GodotRust
147+
148+
115149
## Popular Workgroup Issues in Github
116150

117151
<!-- Up to 10 links to interesting issues -->

0 commit comments

Comments
 (0)