specify more dependencies
This commit is contained in:
parent
5411994fc2
commit
94acf18470
|
@ -16,5 +16,9 @@
|
|||
ocaml
|
||||
dune
|
||||
(tsdl (= 1.0.0))
|
||||
(tsdl-image (= 0.6))
|
||||
(tgls (= 0.8.6))
|
||||
(sexplib (= v0.16.0))))
|
||||
(sexplib (= v0.16.0))
|
||||
(xmlm (= 1.4.0))
|
||||
(yojson (= 2.1.2))))
|
||||
|
||||
|
|
|
@ -4,8 +4,11 @@ depends: [
|
|||
"ocaml"
|
||||
"dune" {>= "3.12"}
|
||||
"tsdl" {= "1.0.0"}
|
||||
"tsdl-image" {= "0.6"}
|
||||
"tgls" {= "0.8.6"}
|
||||
"sexplib" {= "v0.16.0"}
|
||||
"xmlm" {= "1.4.0"}
|
||||
"yojson" {= "2.1.2"}
|
||||
"odoc" {with-doc}
|
||||
]
|
||||
build: [
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
(executable
|
||||
(optional)
|
||||
(name gen_sprite_map)
|
||||
(modules gen_sprite_map)
|
||||
(libraries xmlm sexplib))
|
||||
|
||||
(executable
|
||||
(optional)
|
||||
(name gen_glyph_map)
|
||||
(modules gen_glyph_map)
|
||||
(libraries yojson sexplib))
|
||||
|
|
Loading…
Reference in New Issue