Skip to content

Commit 704a17d

Browse files
committed
Cap OCADml version below 0.5.0
Version 0.5.0 switch to triangular meshes means a small fix is needed (next version) to feed the faces into OpenSCAD polyhedron.
1 parent 2a1d95d commit 704a17d

File tree

1 file changed

+1
-1
lines changed
  • packages/OSCADml/OSCADml.0.2.1

1 file changed

+1
-1
lines changed

packages/OSCADml/OSCADml.0.2.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ depends: [
1717
"ocaml" {>= "4.14.0"}
1818
"gg" {>= "1.0.0"}
1919
"cairo2" {>= "0.6.2"}
20-
"OCADml" {>= "0.4.0"}
20+
"OCADml" {>= "0.4.0" & < "0.5.0"}
2121
"odoc" {with-doc}
2222
]
2323
build: [

0 commit comments

Comments
 (0)