Skip to content

Commit

Permalink
fix(Studio): Remove accidental Tracy.NET dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
psyGamer committed Oct 26, 2024
1 parent b113991 commit 0bdc49a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Studio/CelesteStudio.GTK/CelesteStudio.GTK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
<!-- <PackageReference Include="Eto.Platform.Gtk" Version="2.8.3"/>-->

<PackageReference Include="SkiaSharp.NativeAssets.Linux" Version="2.88.8" />

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

</Project>
1 change: 0 additions & 1 deletion Studio/CelesteStudio/CelesteStudio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
<PackageReference Include="SkiaSharp" Version="2.88.8" />
<PackageReference Include="Samboy063.Tomlet" Version="5.3.1"/>
<PackageReference Include="Markdig" Version="0.37.0"/>
<PackageReference Include="Tracy.NET" Version="0.11.1.7" Enalbed="true" ProfileAllMethods="true"/>

<ProjectReference Include="..\..\StudioCommunication\StudioCommunication.csproj"/>
<ProjectReference Include="..\..\external\Featherline\Featherline.csproj"/>
Expand Down

0 comments on commit 0bdc49a

Please sign in to comment.