Fixed deserialization of generic types

This commit is contained in:
Simon Lübeß
2024-01-15 01:18:13 +01:00
parent 19d70c94e6
commit 49db3a28c8
3 changed files with 101 additions and 17 deletions
+4
View File
@@ -15,6 +15,10 @@
<Exec Command="PowerShell ./postbuild.ps1 -sourceDir $(OutDir) -destinationDir &quot;..\GlitchyEditor\resources\scripts&quot;" />
</Target>
<ItemGroup>
<PackageReference Include="System.Memory" Version="4.5.5" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ScriptCoreGenerator\ScriptCoreGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
<ProjectReference Include="..\vendor\ImGui.NET\src\ImGui.NET\ImGui.NET.csproj" />