update .opam

This commit is contained in:
tali 2024-01-14 21:38:27 -05:00
parent 127272f8e6
commit e939348b3d
2 changed files with 4 additions and 5 deletions

View File

@ -15,7 +15,5 @@
(depends
ocaml
dune
tsdl
;tsdl-image
;tgls
))
(tsdl (= 1.0.0))
(tgls (= 0.8.6))))

View File

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