Watch
2
0
Fork
You've already forked raylib-cs
0

Update raylib and Raylib-cs version numbers

This commit is contained in:
JupiterRider 2024-12-03 18:19:05 +01:00
commit 73020a5239
2 changed files with 5 additions and 5 deletions

View file

@ -13,7 +13,7 @@ public static unsafe partial class Raylib
/// </summary>
public const string NativeLibName = "raylib";
public const string RAYLIB_VERSION = "5.0";
public const string RAYLIB_VERSION = "5.5";
public const float DEG2RAD = MathF.PI / 180.0f;
public const float RAD2DEG = 180.0f / MathF.PI;