Skip to content

Commit 4fc75d4

Browse files
author
Dacode45
authored
Update README.md
1 parent 2ce9836 commit 4fc75d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ Though this binding tries to stay close to the simple C API, it makes some chang
2828
</tr>
2929
</table>
3030

31+
Most development happens over at: https://github.com/raylib-rs/raylib-rs
32+
3133

3234
- Resources are automatically cleaned up when they go out of scope (or when `std::mem::drop` is called). This is essentially RAII. This means that "Unload" functions are not exposed (and not necessary unless you obtain a `Weak` resource using make_weak()).
3335
- Most of the Raylib API is exposed through `RaylibHandle`, which is for enforcing that Raylib is only initialized once, and for making sure the window is closed properly. RaylibHandle has no size and goes away at compile time. Because of mutability rules, Raylib-rs is thread safe!

0 commit comments

Comments
 (0)