Basic window open

based on 0c24a39748/ocaml/main.ml
This commit is contained in:
Elnu 2025-04-07 17:00:20 -07:00
parent e77e6c0174
commit c492499402
5 changed files with 38 additions and 3 deletions

View file

@ -17,7 +17,10 @@
(name ocaml_pong)
(synopsis "An OCaml pong clone")
(description "An pong clone written in OCaml, using the TSDL SDL bindings")
(depends ocaml)
(depends
ocaml
tsdl
)
(tags
("game")))