Commit Description:
Fix core builds....
Commit Description:
Fix core builds. Remove possibly unnecessary dependency that seemed to be causing issues.
File last commit:
Show/Diff file:
Action:
SpriteFontPlus/src/FontStashSharp/Bounds.cs
7 lines | 91 B | text/x-csharp | CSharpLexer
Early working version (including all dependencies, lol).
r0 namespace FontStashSharp
{
internal struct Bounds
{
public float X, Y, X2, Y2;
}
}