Skip to content

Commit

Permalink
Fix tracy
Browse files Browse the repository at this point in the history
  • Loading branch information
psyGamer committed Oct 26, 2024
1 parent 74806f4 commit 7e5097c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Studio/CelesteStudio.Mac/CelesteStudio.Mac.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

<!-- Use an CI-build, since it contains a fix for using context menu hotkeys inside the editor -->
<PackageReference Include="Eto.Platform.Mac64" Version="2.8.4-ci-20240710.9879198421" />

<PackageReference Include="Tracy.NET" Version="0.11.1.7" Enabled="true" ProfileAllMethods="true"/>
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 2 additions & 0 deletions Studio/CelesteStudio.WPF/CelesteStudio.WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
<ProjectReference Include="..\CelesteStudio\CelesteStudio.csproj"/>
<PackageReference Include="Eto.Platform.Wpf" Version="2.8.3"/>
<PackageReference Include="DarkNet" Version="2.3.0" />

<PackageReference Include="Tracy.NET" Version="0.11.1.7" Enabled="true" ProfileAllMethods="true"/>
</ItemGroup>

</Project>

0 comments on commit 7e5097c

Please sign in to comment.