Compare commits
2 Commits
4688043f6a
...
52eaa0cf95
| Author | SHA1 | Date | |
|---|---|---|---|
| 52eaa0cf95 | |||
| 6edb90f4d7 |
21
.gitmodules
vendored
21
.gitmodules
vendored
@@ -1,12 +1,15 @@
|
|||||||
[submodule "UmbraAPI"]
|
[submodule "UmbraAPI"]
|
||||||
path = UmbraAPI
|
path = UmbraAPI
|
||||||
url = https://git.umbra-sync.net/SirConstance/UmbraAPI.git
|
url = https://git.umbra-sync.net/SirConstance/UmbraAPI.git
|
||||||
|
|
||||||
[submodule "Penumbra.Api"]
|
[submodule "Penumbra.Api"]
|
||||||
path = Penumbra.Api
|
path = Penumbra.Api
|
||||||
url = https://github.com/Ottermandias/Penumbra.Api.git
|
url = https://github.com/Ottermandias/Penumbra.Api.git
|
||||||
|
|
||||||
[submodule "Glamourer.Api"]
|
[submodule "Glamourer.Api"]
|
||||||
path = Glamourer.Api
|
path = Glamourer.Api
|
||||||
url = https://github.com/Ottermandias/Glamourer.Api
|
url = https://github.com/Ottermandias/Glamourer.Api
|
||||||
[submodule "Chaos.NaCl"]
|
|
||||||
path = Chaos.NaCl
|
[submodule "UmbraCrypt"]
|
||||||
url = https://github.com/CodesInChaos/Chaos.NaCl.git
|
path = UmbraCrypt
|
||||||
|
url = https://git.umbra-sync.net/SirConstance/UmbraCrypt.git
|
||||||
|
|||||||
Submodule Chaos.NaCl deleted from 2c861348dc
@@ -53,6 +53,7 @@
|
|||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\UmbraAPI\MareSynchronosAPI\MareSynchronos.API.csproj" />
|
<ProjectReference Include="..\UmbraAPI\MareSynchronosAPI\MareSynchronos.API.csproj" />
|
||||||
|
<ProjectReference Include="..\..\UmbraCrypt\UmbraCrypt\UmbraCrypt.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@@ -524,6 +524,12 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"MessagePack.Annotations": "[2.5.129, )"
|
"MessagePack.Annotations": "[2.5.129, )"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"umbracrypt": {
|
||||||
|
"type": "Project",
|
||||||
|
"dependencies": {
|
||||||
|
"Chaos.NaCl": "[1.0.0, )"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
1
UmbraCrypt
Submodule
1
UmbraCrypt
Submodule
Submodule UmbraCrypt added at 8ceec892f7
Reference in New Issue
Block a user