We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b48c0 commit b42f17cCopy full SHA for b42f17c
dune-project
@@ -27,7 +27,7 @@
27
(>= 3.20))
28
dune-configurator
29
(ctypes
30
- (>= 0.14))
+ (>= 0.23.0))
31
(integers
32
(>= 0.5))
33
(patch
raylib.opam
@@ -12,7 +12,7 @@ depends: [
12
"ocaml" {>= "4.08.0"}
13
"dune" {>= "3.20" & >= "3.20"}
14
"dune-configurator"
15
- "ctypes" {>= "0.14"}
+ "ctypes" {>= "0.23.0"}
16
"integers" {>= "0.5"}
17
"patch" {>= "3.0.0"}
18
"conf-mesa" {os = "linux" | os-family = "bsd"}
0 commit comments