Skip to content

Commit

Permalink
chore: error image fallback for GLCanvasElement
Browse files Browse the repository at this point in the history
  • Loading branch information
ramezgerges committed Oct 7, 2024
1 parent c3df77d commit a7c6271
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 7 additions & 4 deletions src/AddIns/Uno.WinUI.Graphics3DGL/Uno.WinUI.Graphics3DGL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,13 @@

<ItemGroup>
<None Include="..\..\Common\uno.png" Pack="true" PackagePath="\" />

<Content Include="Assets\**\*.*" />
</ItemGroup>

<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)angle_binaries/osx/lib*"
PackagePath="runtimes/osx/native"
Pack="true"
Visible="False" />
PackagePath="runtimes/osx/native"
Pack="true"
Visible="False" />
</ItemGroup>
</Project>

0 comments on commit a7c6271

Please sign in to comment.