File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -326,21 +326,19 @@ e.g. `Option<Entity>` will not consume additional space.
326
326
327
327
### [ godot-rust] ( https://github.com/godot-rust/godot-rust )
328
328
329
- ![ godot-rust logo ] ( godot-rust.png )
329
+ ![ module before/after ] ( godot-rust-modules .png )
330
330
331
331
godot-rust ([ GitHub] [ gd-github ] , [ Discord] [ gd-discord ] , [ Twitter] [ gd-twitter ] )
332
332
is a Rust library that provides bindings for the Godot game engine.
333
333
334
334
November has been a month of refactoring for godot-rust. The API was cleaned up
335
- across different locations, reducing confusion and making the library more accessible.
336
-
337
- The module simplification ( [ # 811 ] [ gd-811 ] ) continued initial efforts on the
335
+ across different locations, reducing confusion and making the library more
336
+ accessible. The module simplification ( [ # 811 ] [ gd-811 ] ) continued initial efforts
337
+ on the
338
338
module structure, such as shorter paths and avoidance of redundant re-exports.
339
339
The improvements are best expressed as a picture -- these are differences
340
340
between version v0.9.3 and now:
341
341
342
- ![ module before/after] ( godot-rust-modules.png )
343
-
344
342
In a similar vein, several core symbols were renamed for consistency
345
343
([ #815 ] [ gd-815 ] ). Examples include:
346
344
You can’t perform that action at this time.
0 commit comments