File tree Expand file tree Collapse file tree 5 files changed +18
-10
lines changed
Expand file tree Collapse file tree 5 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 1+ 1.6.0 (2025-11-30)
2+ ------------------
3+
4+ * Expose ` name ` field of ModelAnimation.t (thanks @thethrung )
5+ * Add new raylib-callbacks package to expose raylib callback APIs. It brings a
6+ new dependency (ctype-foreign), hence the new package
7+ * Temporarily fix raylib FLAC bug (thanks @rossberg )
8+
191.5.1 (2025-10-14)
210------------------
311
Original file line number Diff line number Diff line change 1717
1818( package
1919 (name raylib)
20- ( version 1 .5.1 )
20+ ( version 1 .6.0 )
2121 ( description " OCaml bindings for raylib" )
2222 (synopsis " OCaml bindings for raylib" )
2323 ( depends
6060
6161( package
6262 (name raygui)
63- ( version 1 .5.1 )
63+ ( version 1 .6.0 )
6464 ( description " OCaml bindings for raygui" )
6565 (synopsis " OCaml bindings for raygui" )
6666 ( depends
6969
7070( package
7171 (name raylib-callbacks)
72- ( version 1 .5.1 )
73- ( description " OCaml bindings for raygui " )
74- (synopsis " OCaml bindings for raygui " )
72+ ( version 1 .6.0 )
73+ ( description " OCaml bindings for callbacks of raylib " )
74+ (synopsis " OCaml bindings for callbacks of raylib " )
7575 ( depends
7676 ( ctypes-foreign
7777 ( >= 0 .14) )
Original file line number Diff line number Diff line change 11# This file is generated by dune, edit dune-project instead
22opam-version: "2.0"
3- version: "1.5.1 "
3+ version: "1.6.0 "
44synopsis: "OCaml bindings for raygui"
55description: "OCaml bindings for raygui"
66
Original file line number Diff line number Diff line change 11# This file is generated by dune, edit dune-project instead
22opam-version: "2.0"
3- version: "1.5.1 "
4- synopsis: "OCaml bindings for raygui "
5- description: "OCaml bindings for raygui "
3+ version: "1.6.0 "
4+ synopsis: "OCaml bindings for callbacks of raylib "
5+ description: "OCaml bindings for callbacks of raylib "
6677authors: ["Tobias Mock"]
88license: "MIT"
Original file line number Diff line number Diff line change 11# This file is generated by dune, edit dune-project instead
22opam-version: "2.0"
3- version: "1.5.1 "
3+ version: "1.6.0 "
44synopsis: "OCaml bindings for raylib"
55description: "OCaml bindings for raylib"
66
You can’t perform that action at this time.
0 commit comments