diff options
| author | Ray <[email protected]> | 2018-10-11 10:53:19 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-10-11 10:53:19 +0200 |
| commit | 43b4d25a7f45c729cc38b7f080520b1246693ead (patch) | |
| tree | 6147ea4c7bb648c7979b55b0fb5ecdaefc5ac2cd | |
| parent | 13844df2ea9ba753900a659e2d23fba48c76a710 (diff) | |
| download | raylib-43b4d25a7f45c729cc38b7f080520b1246693ead.tar.gz raylib-43b4d25a7f45c729cc38b7f080520b1246693ead.zip | |
Update CONTRIBUTING.md
| -rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 89ad174a..f3351604 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -68,10 +68,12 @@ Some people ported raylib to other languages in form of bindings or wrappers to - [raylib-pascal](https://github.com/drezgames/raylib-pascal) - raylib **Pascal** binding - [Raylib-cs](https://github.com/ChrisDill/Raylib-cs) : raylib **C#** binding - [RaylibSharp](https://github.com/TheLumaio/RaylibSharp) : raylib **C#** binding - - [raylib-ruby](https://github.com/D3nX/raylib-ruby-ffi) : raylib **Ruby** binding + - [raylib-ruby-ffi](https://github.com/D3nX/raylib-ruby-ffi) : raylib **Ruby** binding - [raylib-rs](https://github.com/deltaphc/raylib-rs) : raylib **Rust** binding + - [raylib-rust](https://github.com/dtcristo/raylib-rust) : raylib **Rust** binding - [raylibpy](https://github.com/overdev/raylibpy) : raylib **Python** binding - [raylib-haskell](https://github.com/DevJac/raylib-haskell) : raylib **Haskell** binding + - [raylib-java]() : raylib **Java** binding - *[raylib flat-assembler Usage example](http://forum.raylib.com/index.php?p=/discussion/comment/425/#Comment_425)* - *[raylib COBOL Usage example](https://github.com/Martinfx/Cobol/tree/master/OpenCobol/Games/raylib)* |
