package raylib
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  OCaml bindings for raylib
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      raylib-1.3.0.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=58c6e98a341efb91f533c02b052f923d4a6954e66276a08c07ebbc4caae48f2e
    
    
  sha512=4f9e7e277ad75d2e8444f5a7fe043edf93e1e87b8ab046e7e1d68816610f1bd5d6ef4b37ac8767a55fb94fcd14fa6ea9c9f1f35478bf8d88feb8b111391ebc3a
    
    
  doc/CHANGES.html
1.3.0 (2024-05-21)
- Enable jpg and bmp image formats by default
 - Fix raygui build for gcc14
 
1.2.1 (2024-01-12)
- Fix FreeBSD build
 
1.2.0 (2024-01-11)
- Upgrade raylib to 5.0.0
 - Make Raylib.Matrix.t usable with Rlgl
 
1.1.0 (2023-07-16)
- Add ctor for Texture struct
 - Fix return type of get_char_pressed
 
1.0.0 (2023-03-24)
- Upgrade raylib to 4.5.0
 
0.6.0 (2023-01-10)
- Support OCaml 5
 - Upgrade raylib to 4.2.0
 
0.5.1 (2022-01-22)
- Support "elf" system variable
 
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
 
0.3 (2021-05-05)
- Update bindings to raylib 3.5
 - Add WIP raygui bindings
 - Add bindings for working with models
 - Fix / Make more conveniant 3D and rlgl part
 - Update dune and ocamlformat to recent versions
 
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page