this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27578 from kit-ty-kate/patch-3.0-revdeps

Raylib and Raygui are not compatible with patch 3.0

authored by

Raphaël Proust and committed by
GitHub
862a7640 604e8a84

+4 -4
+1 -1
packages/raygui/raygui.1.3.1/opam
··· 11 11 "dune-configurator" 12 12 "ctypes" {>= "0.14"} 13 13 "raylib" {>= "0.6" & < "1.4.0"} 14 - "patch" {>= "2.0"} 14 + "patch" {>= "2.0" & < "3.0"} 15 15 "odoc" {with-doc} 16 16 ] 17 17 build: [
+1 -1
packages/raygui/raygui.1.4.0/opam
··· 12 12 "dune-configurator" 13 13 "ctypes" {>= "0.14"} 14 14 "raylib" {>= "1.4.0"} 15 - "patch" {>= "2.0"} 15 + "patch" {>= "2.0" & < "3.0"} 16 16 "odoc" {with-doc} 17 17 ] 18 18 build: [
+1 -1
packages/raylib/raylib.1.3.1/opam
··· 16 16 "conf-libxi" {os = "linux" | os-family = "bsd"} 17 17 "conf-libxinerama" {os = "linux" | os-family = "bsd"} 18 18 "conf-libxrandr" {os = "linux" | os-family = "bsd"} 19 - "patch" {>= "2.0"} 19 + "patch" {>= "2.0" & < "3.0"} 20 20 "odoc" {with-doc} 21 21 ] 22 22 build: [
+1 -1
packages/raylib/raylib.1.4.0/opam
··· 16 16 "conf-libxi" {os = "linux" | os-family = "bsd"} 17 17 "conf-libxinerama" {os = "linux" | os-family = "bsd"} 18 18 "conf-libxrandr" {os = "linux" | os-family = "bsd"} 19 - "patch" {>= "2.0"} 19 + "patch" {>= "2.0" & < "3.0"} 20 20 "odoc" {with-doc} 21 21 ] 22 22 build: [