add tsdl, tgls dep

This commit is contained in:
tali 2024-01-14 21:12:11 -05:00
parent 6d4dc201f7
commit 02d4fab371
3 changed files with 9 additions and 2 deletions

View File

@ -14,4 +14,8 @@
; (tags (topics "to describe" your project))
(depends
ocaml
dune))
dune
tsdl
;tsdl-image
;tgls
))

View File

@ -3,6 +3,7 @@ opam-version: "2.0"
depends: [
"ocaml"
"dune" {>= "3.12"}
"tsdl"
"odoc" {with-doc}
]
build: [

View File

@ -3,4 +3,6 @@
(package geometra)
(public_name geometra)
(libraries
ohlog))
ohlog
tsdl
tgls.tgl4))