Show More
Commit Description:
Upgrade FNA to 22.12...
Commit Description:
Upgrade FNA to 22.12 Technically master by mistake, but the only change after 22.12 was released is minor.
File last commit:
Show/Diff file:
Action:
ImGui.NET/Generated/ImGuiSortDirection.gen.cs
9 lines | 135 B | text/x-csharp | CSharpLexer
Include implot.
r505 namespace ImGuiNET
{
public enum ImGuiSortDirection
{
None = 0,
Ascending = 1,
Descending = 2,
}
}