update .opam
This commit is contained in:
parent
127272f8e6
commit
e939348b3d
|
@ -15,7 +15,5 @@
|
||||||
(depends
|
(depends
|
||||||
ocaml
|
ocaml
|
||||||
dune
|
dune
|
||||||
tsdl
|
(tsdl (= 1.0.0))
|
||||||
;tsdl-image
|
(tgls (= 0.8.6))))
|
||||||
;tgls
|
|
||||||
))
|
|
||||||
|
|
|
@ -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: [
|
||||||
|
|
Loading…
Reference in New Issue