File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Hexa.NET.ImGui.Backends.SDL3 Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 2121 dotnet restore Hexa.NET.ImGui.Backends/Hexa.NET.ImGui.Backends.csproj
2222 dotnet restore Hexa.NET.ImGui.Backends.GLFW/Hexa.NET.ImGui.Backends.GLFW.csproj
2323 dotnet restore Hexa.NET.ImGui.Backends.SDL2/Hexa.NET.ImGui.Backends.SDL2.csproj
24+ dotnet restore Hexa.NET.ImGui.Backends.SDL3/Hexa.NET.ImGui.Backends.SDL3.csproj
2425 dotnet restore Hexa.NET.ImGuizmo/Hexa.NET.ImGuizmo.csproj
2526 dotnet restore Hexa.NET.ImNodes/Hexa.NET.ImNodes.csproj
2627 dotnet restore Hexa.NET.ImPlot/Hexa.NET.ImPlot.csproj
3132 dotnet build Hexa.NET.ImGui.Backends/Hexa.NET.ImGui.Backends.csproj --configuration Release
3233 dotnet build Hexa.NET.ImGui.Backends.GLFW/Hexa.NET.ImGui.Backends.GLFW.csproj --configuration Release
3334 dotnet build Hexa.NET.ImGui.Backends.SDL2/Hexa.NET.ImGui.Backends.SDL2.csproj --configuration Release
35+ dotnet build Hexa.NET.ImGui.Backends.SDL3/Hexa.NET.ImGui.Backends.SDL3.csproj --configuration Release
3436 dotnet build Hexa.NET.ImGuizmo/Hexa.NET.ImGuizmo.csproj --configuration Release
3537 dotnet build Hexa.NET.ImNodes/Hexa.NET.ImNodes.csproj --configuration Release
3638 dotnet build Hexa.NET.ImPlot/Hexa.NET.ImPlot.csproj --configuration Release
4143 dotnet pack Hexa.NET.ImGui.Backends/Hexa.NET.ImGui.Backends.csproj --configuration Release --output ./nupkgs
4244 dotnet pack Hexa.NET.ImGui.Backends.GLFW/Hexa.NET.ImGui.Backends.GLFW.csproj --configuration Release --output ./nupkgs
4345 dotnet pack Hexa.NET.ImGui.Backends.SDL2/Hexa.NET.ImGui.Backends.SDL2.csproj --configuration Release --output ./nupkgs
46+ dotnet pack Hexa.NET.ImGui.Backends.SDL3/Hexa.NET.ImGui.Backends.SDL3.csproj --configuration Release --output ./nupkgs
4447 dotnet pack Hexa.NET.ImGuizmo/Hexa.NET.ImGuizmo.csproj --configuration Release --output ./nupkgs
4548 dotnet pack Hexa.NET.ImNodes/Hexa.NET.ImNodes.csproj --configuration Release --output ./nupkgs
4649 dotnet pack Hexa.NET.ImPlot/Hexa.NET.ImPlot.csproj --configuration Release --output ./nupkgs
Original file line number Diff line number Diff line change 1313 <IsAotCompatible >true</IsAotCompatible >
1414
1515 <AssemblyVersion >1.0.11</AssemblyVersion >
16- <PackageVersion >1.0.15-preview </PackageVersion >
16+ <PackageVersion >1.0.15</PackageVersion >
1717 <Description >A .NET wrapper for the Dear ImGui (1.91.9b) library backend SDL3.</Description >
1818 <PackageTags >ImGui Backends SDL3 UI Immidate GUI Hexa HexaGen Source Generator C# .NET DotNet Sharp Windows macOS Android Bindings Wrapper Native</PackageTags >
1919 <Authors >Juna Meinhold</Authors >
You can’t perform that action at this time.
0 commit comments