From adf08c88ea4b065a36bf76143a6b42cfce1601de Mon Sep 17 00:00:00 2001 From: raysan5 Date: Sat, 25 Aug 2018 18:47:05 +0200 Subject: [PATCH] Added link to raylib-haskell binding --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cbdd7692..77248fac 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -73,6 +73,7 @@ Some people ported raylib to other languages in form of bindings or wrappers to - [raylib Ruby binding](https://github.com/D3nX/raylib-ruby-ffi) - [raylib Rust binding](https://github.com/deltaphc/raylib-rs) - [raylib Python binding](https://github.com/overdev/raylibpy) + - [raylib Haskell binding](https://github.com/DevJac/raylib-haskell) Usually, raylib bindings follow the convention: `raylib-{language}`