Add dependencies
This commit is contained in:
parent
4c6fdd5610
commit
05321e7a91
3 changed files with 12 additions and 0 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[submodule "ZwlrLayerShell"]
|
||||
path = ZwlrLayerShell
|
||||
url = https://git.meow.company/pancakes/ZwlrLayerShell.git
|
|
@ -7,4 +7,12 @@
|
|||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="GirCore.Gtk-4.0" Version="0.6.3" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\ZwlrLayerShell\ZwlrLayerShell\ZwlrLayerShell.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
|
1
ZwlrLayerShell
Submodule
1
ZwlrLayerShell
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 8fbb1f42a070b83796b589d83bea6eeaa263ed60
|
Loading…
Add table
Reference in a new issue