Show More
Commit Description:
Tweak restore and solution file....
Commit Description:
Tweak restore and solution file. * Run restore on the entire solution file. * Remove the ImGui project from the solution file to restore it to a previous version that seemed to work.
File last commit:
Show/Diff file:
Action:
ImPlot.NET/Generated/ImPlotYAxis.gen.cs
9 lines | 112 B | text/x-csharp | CSharpLexer
Include implot.
r505 namespace ImPlotNET
{
public enum ImPlotYAxis
{
_1 = 0,
_2 = 1,
_3 = 2,
}
}