Skip to content

Commit

Permalink
fix dependency on ocaml (require >= 4.12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Armael committed Jan 23, 2023
1 parent cfa6707 commit 33c2507
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
(package
(name nanosvg)
(depends
(ocaml (>= 4.08.0))
(ocaml (>= 4.12.0))
(dune (>= 2.0))
(odoc :with-doc))
(synopsis "Simple SVG parser and rasterizer")
Expand All @@ -20,7 +20,7 @@
(package
(name nanosvg_text)
(depends
(ocaml (>= 4.08.0))
(ocaml (>= 4.12.0))
(dune (>= 2.0))
(nanosvg (>= 0.1))
(stb_truetype (>= 0.7))
Expand Down

0 comments on commit 33c2507

Please sign in to comment.