Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 142 Bytes

INSTALL.md

File metadata and controls

12 lines (10 loc) · 142 Bytes

Getting Started

Install dependencies:

opam install raylib raygui

Build and run program:

dune build
dune exec bin/main.exe