use FModel.AdonisUI packages instead of submodule

This commit is contained in:
Marlon 2026-02-01 16:42:07 +01:00
parent 0e7b88901b
commit c1d1df5678
No known key found for this signature in database
GPG Key ID: 5C65CA190C38792F
5 changed files with 3 additions and 9 deletions

3
.gitmodules vendored
View File

@ -1,6 +1,3 @@
[submodule "CUE4Parse"]
path = CUE4Parse
url = https://github.com/FabianFG/CUE4Parse
[submodule "Adonis"]
path = Adonis
url = https://github.com/FModel/adonis-ui

1
Adonis

@ -1 +0,0 @@
Subproject commit ca374f32f71718d4662ff86bd9720c710666d5e0

@ -1 +1 @@
Subproject commit 841f8bebddc47caee3d975aeaf61f9c4b4ce0e94
Subproject commit a86e1ab248d05416eea1d4dc32f39d3c8412e4bd

View File

@ -156,6 +156,8 @@
<PackageReference Include="DiscordRichPresence" Version="1.6.1.70" />
<PackageReference Include="EpicManifestParser" Version="2.4.1" />
<PackageReference Include="EpicManifestParser.ZlibngDotNetDecompressor" Version="1.0.1" />
<PackageReference Include="FModel.AdonisUI" Version="1.18.0" />
<PackageReference Include="FModel.AdonisUI.ClassicTheme" Version="1.18.0" />
<PackageReference Include="K4os.Compression.LZ4.Streams" Version="1.3.8" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
<PackageReference Include="NVorbis" Version="0.10.5" />
@ -172,8 +174,6 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Adonis\src\AdonisUI\AdonisUI.csproj" />
<ProjectReference Include="..\Adonis\src\AdonisUI.ClassicTheme\AdonisUI.ClassicTheme.csproj" />
<ProjectReference Include="..\CUE4Parse\CUE4Parse-Conversion\CUE4Parse-Conversion.csproj" />
<ProjectReference Include="..\CUE4Parse\CUE4Parse\CUE4Parse.csproj" />
</ItemGroup>

View File

@ -1,6 +1,4 @@
<Solution>
<Project Path="../Adonis/src/AdonisUI/AdonisUI.csproj" />
<Project Path="../Adonis/src/AdonisUI.ClassicTheme/AdonisUI.ClassicTheme.csproj" />
<Project Path="../CUE4Parse/CUE4Parse-Conversion/CUE4Parse-Conversion.csproj" />
<Project Path="../CUE4Parse/CUE4Parse/CUE4Parse.csproj" />
<Project Path="FModel.csproj" />