Skip to content

Commit

Permalink
Made StbTrueTypeSharp submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
rds1983 committed Jul 21, 2019
1 parent b2e5ecb commit 3fff8db
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 4,341 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "deps/StbTrueTypeSharp"]
path = deps/StbTrueTypeSharp
url = https://github.com/StbSharp/StbTrueTypeSharp.git
1 change: 1 addition & 0 deletions deps/StbTrueTypeSharp
Submodule StbTrueTypeSharp added at 7dc750
9 changes: 8 additions & 1 deletion src/SpriteFontPlus/SpriteFontPlus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<Version>1.0.0.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DefineConstants>$(DefineConstants);STBSHARP_INTERNAL</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition="$(DefineConstants.Contains('MONOGAME'))">
Expand Down Expand Up @@ -44,5 +45,11 @@
<ItemGroup Condition="$(DefineConstants.Contains('XENKO'))">
<PackageReference Include="Xenko.Engine" Version="3.1.0.1-beta01-0349" PrivateAssets="contentfiles;analyzers" />
<PackageReference Include="Xenko.Core" Version="3.1.0.1-beta01-0349" PrivateAssets="contentfiles;analyzers" />
</ItemGroup>
</ItemGroup>

<ItemGroup>
<Compile Include="..\..\deps\StbTrueTypeSharp\src\StbTrueTypeSharp\CRuntime.cs" Link="StbTrueTypeSharp\CRuntime.cs" />
<Compile Include="..\..\deps\StbTrueTypeSharp\src\StbTrueTypeSharp\StbTrueType.cs" Link="StbTrueTypeSharp\StbTrueType.cs" />
<Compile Include="..\..\deps\StbTrueTypeSharp\src\StbTrueTypeSharp\StbTrueType.Generated.cs" Link="StbTrueTypeSharp\StbTrueType.Generated.cs" />
</ItemGroup>
</Project>
126 changes: 0 additions & 126 deletions src/SpriteFontPlus/StbTrueType/CRuntime.cs

This file was deleted.

Loading

0 comments on commit 3fff8db

Please sign in to comment.