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