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

@ -1,4 +1,4 @@
(executable
(public_name ocaml_pong)
(name main)
(libraries ocaml_pong))
(libraries ocaml_pong tsdl))