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 (depends
ocaml ocaml
dune dune
tsdl (tsdl (= 1.0.0))
;tsdl-image (tgls (= 0.8.6))))
;tgls
))

View File

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