We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e94d7bd commit f6cc8bfCopy full SHA for f6cc8bf
CHANGELOG.md
@@ -7,6 +7,9 @@
7
[#] Bug Fixes<br>
8
[.] Others
9
10
+### V 2.2.4 - 31/10/2025
11
+[.] Raylib-cs : 7.0.2
12
+
13
### V 2.2.3 - 17/05/2025
14
[#] ControlComponent : Reset Direction when no movement
15
SharpEngine.Core/Manager/DebugManager.cs
@@ -31,9 +31,9 @@ public static class DebugManager
31
/// </summary>
32
public static Dictionary<string, string> Versions { get; } = new()
33
{
34
- { "Raylib-cs", "7.0.1" },
+ { "Raylib-cs", "7.0.2" },
35
{ "ImGui.NET", "1.91.6.1" },
36
- { "SharpEngine.Core", "2.2.3" }
+ { "SharpEngine.Core", "2.2.4" }
37
};
38
39
/// <summary>
0 commit comments