Remove raylib v5.5 in favor of v6.0

This commit is contained in:
Jeroen van Rijn
2026-07-06 20:09:55 +02:00
parent e1dc17a3a3
commit 0d883bb3e0
59 changed files with 124 additions and 2520 deletions

View File

@@ -205,7 +205,7 @@ foreign user32 {
GetCursorPos :: proc(lpPoint: LPPOINT) -> BOOL ---
SetCursorPos :: proc(X, Y: INT) -> BOOL ---
SetCursor :: proc(hCursor: HCURSOR) -> HCURSOR ---
when !intrinsics.is_package_imported("raylib") && !intrinsics.is_package_imported("raylib6") {
when !intrinsics.is_package_imported("raylib") {
ShowCursor :: proc(bShow: BOOL) -> INT ---
}