@@ -32,12 +32,15 @@ Feel free to send PRs about your own projects!
32
32
[ join ] : https://github.com/rust-gamedev/wg#join-the-fun
33
33
34
34
- [ Game Updates] ( #game-updates )
35
- - [ Learning Material Updates ] ( #learning-material-updates )
35
+ - [ V-Racer ] ( #v-racer )
36
36
- [ Engine Updates] ( #engine-updates )
37
+ - [ Learning Material Updates] ( #learning-material-updates )
37
38
- [ Tooling Updates] ( #tooling-updates )
38
39
- [ Library Updates] ( #library-updates )
39
- - [ Other News] ( #other-news )
40
+ - [[ dos-like-rs]] ( #dos-like-rs )
41
+ - [ godot-rust] ( #godot-rust )
40
42
- [ Popular Workgroup Issues in Github] ( #popular-workgroup-issues-in-github )
43
+ - [ Other News] ( #other-news )
41
44
- [ Meeting Minutes] ( #meeting-minutes )
42
45
- [ Discussions] ( #discussions )
43
46
- [ Requests for Contribution] ( #requests-for-contribution )
@@ -112,6 +115,37 @@ are presented in a [blog post on Dev.to][dos-like-rs-dev].
112
115
[ @E_net4 ] : https://twitter.com/E_net4
113
116
[ dos-like-rs-dev ] : https://dev.to/e_net4/writing-bindings-to-dos-like-for-rust-some-lessons-learned-2p6k
114
117
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
+
115
149
## Popular Workgroup Issues in Github
116
150
117
151
<!-- Up to 10 links to interesting issues -->
0 commit comments