ScriptCore: Use engine implementation of half to no longer rely on Half-Package

This commit is contained in:
Simon Lübeß
2023-12-17 18:47:07 +01:00
parent 64f7896c15
commit 6a87d1ac09
5 changed files with 321 additions and 6 deletions
-4
View File
@@ -14,10 +14,6 @@
<Exec Command="PowerShell ./postbuild.ps1 -sourceDir $(OutDir) -destinationDir &quot;..\GlitchyEditor\resources\scripts&quot;" />
</Target>
<ItemGroup>
<PackageReference Include="Half" Version="1.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ScriptCoreGenerator\ScriptCoreGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
<ProjectReference Include="..\vendor\ImGui.NET\src\ImGui.NET\ImGui.NET.csproj" />