Skip to content

Commit

Permalink
support draco compression in GLBRuntime
Browse files Browse the repository at this point in the history
  • Loading branch information
tuket committed May 9, 2024
1 parent dd238c8 commit d44e67a
Show file tree
Hide file tree
Showing 6 changed files with 160 additions and 60 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Description>XRV module that lets you load 3D models and manipulate them.</Description>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\core\Evergine.Xrv.Core\Evergine.Xrv.Core.csproj" />
<PackageReference Include="Evergine.Bindings.Draco" Version="2024.5.9.5" />
<PackageReference Include="Evergine.Common" Version="2023.12.13.791-nightly" />
<PackageReference Include="Evergine.Components" Version="2023.12.13.791-nightly" />
<PackageReference Include="Evergine.Framework" Version="2023.12.13.791-nightly" />
Expand Down
Loading

0 comments on commit d44e67a

Please sign in to comment.