Skip to content

Commit

Permalink
Release 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tjammer committed Jan 20, 2022
1 parent 76955c3 commit fa15a57
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,24 @@
0.5.0 (2022-01-20)
------------------

* Expose ctypes type value
* Expose audio-related fields
* Add rlgl bindings (module Raylib.Rlgl)
* Upgrade raylib to 4.0


0.4.0 (2021-07-07)
-----------------
------------------

* Upgrade raylib to 3.7.0

0.3.2 (2021-06-01)
-----------------
------------------

* Fix Makefile patch for windows

0.3.1 (2021-05-12)
-----------------
------------------

* Use conf packages instead of depexts for raylib
* Fix raygui version
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# raylib-ocaml

OCaml bindings for <a href="https://www.raylib.com/" target="_blank">raylib</a> (v3.7.0), a simple and easy-to-use library to enjoy videogames programming.
OCaml bindings for <a href="https://www.raylib.com/" target="_blank">raylib</a> (4.0.0), a simple and easy-to-use library to enjoy videogames programming.

The documentation can be viewed [online](https://tjammer.github.io/raylib-ocaml/raylib/Raylib/index.html).

Expand Down

0 comments on commit fa15a57

Please sign in to comment.