Skip to content

Commit d062194

Browse files
committed
2 pages about data representations and exchange between GDScript <-> Rust
1 parent c7929a4 commit d062194

File tree

3 files changed

+466
-4
lines changed

3 files changed

+466
-4
lines changed

src/SUMMARY.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,19 @@
22

33
- [Introduction](./introduction.md)
44
- [Getting Started](./getting-started.md)
5-
- [Setup](./getting-started/setup.md)
6-
- [Hello, world!](./getting-started/hello-world.md)
5+
- [Setup](./getting-started/setup.md)
6+
- [Hello, world!](./getting-started/hello-world.md)
77
- [FAQ](./faq.md)
88
- [(TODO) An Overview of GDNative](./gdnative-overview.md)
99
- [(TODO) Testing](./testing.md)
10-
- [Structuring Code for Testing](./testing/structure.md)
11-
- [Testing with the Engine](./testing/engine.md)
10+
- [Structuring Code for Testing](./testing/structure.md)
11+
- [Testing with the Engine](./testing/engine.md)
1212
- [Exporting](./exporting.md)
1313
- [Android](./exporting/android.md)
1414
- [(TODO) iOS](./exporting/ios.md)
1515
- [Mac OS X](./exporting/macosx.md)
1616
- [Advanced Guides](./advanced-guides.md)
1717
- [Using custom builds of Godot](./advanced-guides/custom-bindings.md)
18+
- [Data representations](advanced-guides/data-representations.md)
19+
- [Exchanging data between GDScript and Rust](./advanced-guides/data-exchange.md)
1820
- [Migrating from godot-rust 0.8.x](./migrating-0-8.md)

0 commit comments

Comments
 (0)