Skip to content

Commit 598499c

Browse files
committed
Raylib and Raygui are not compatible with patch 3.0 (API and behaviour change)
1 parent 8707d62 commit 598499c

File tree

4 files changed

+4
-4
lines changed
  • packages

4 files changed

+4
-4
lines changed

packages/raygui/raygui.1.3.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ depends: [
1111
"dune-configurator"
1212
"ctypes" {>= "0.14"}
1313
"raylib" {>= "0.6" & < "1.4.0"}
14-
"patch" {>= "2.0"}
14+
"patch" {>= "2.0" & < "3.0"}
1515
"odoc" {with-doc}
1616
]
1717
build: [

packages/raygui/raygui.1.4.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ depends: [
1212
"dune-configurator"
1313
"ctypes" {>= "0.14"}
1414
"raylib" {>= "1.4.0"}
15-
"patch" {>= "2.0"}
15+
"patch" {>= "2.0" & < "3.0"}
1616
"odoc" {with-doc}
1717
]
1818
build: [

packages/raylib/raylib.1.3.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ depends: [
1616
"conf-libxi" {os = "linux" | os-family = "bsd"}
1717
"conf-libxinerama" {os = "linux" | os-family = "bsd"}
1818
"conf-libxrandr" {os = "linux" | os-family = "bsd"}
19-
"patch" {>= "2.0"}
19+
"patch" {>= "2.0" & < "3.0"}
2020
"odoc" {with-doc}
2121
]
2222
build: [

packages/raylib/raylib.1.4.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ depends: [
1616
"conf-libxi" {os = "linux" | os-family = "bsd"}
1717
"conf-libxinerama" {os = "linux" | os-family = "bsd"}
1818
"conf-libxrandr" {os = "linux" | os-family = "bsd"}
19-
"patch" {>= "2.0"}
19+
"patch" {>= "2.0" & < "3.0"}
2020
"odoc" {with-doc}
2121
]
2222
build: [

0 commit comments

Comments
 (0)