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:
ImPlot.NET/Generated/ImPlotOrientation.gen.cs
8 lines | 116 B | text/x-csharp | CSharpLexer
Include implot.
r505 namespace ImPlotNET
{
public enum ImPlotOrientation
{
Horizontal = 0,
Vertical = 1,
}
}