Compare commits
2 Commits
4688043f6a
...
52eaa0cf95
| Author | SHA1 | Date | |
|---|---|---|---|
| 52eaa0cf95 | |||
| 6edb90f4d7 |
21
.gitmodules
vendored
21
.gitmodules
vendored
@@ -1,12 +1,15 @@
|
||||
[submodule "UmbraAPI"]
|
||||
path = UmbraAPI
|
||||
url = https://git.umbra-sync.net/SirConstance/UmbraAPI.git
|
||||
path = UmbraAPI
|
||||
url = https://git.umbra-sync.net/SirConstance/UmbraAPI.git
|
||||
|
||||
[submodule "Penumbra.Api"]
|
||||
path = Penumbra.Api
|
||||
url = https://github.com/Ottermandias/Penumbra.Api.git
|
||||
path = Penumbra.Api
|
||||
url = https://github.com/Ottermandias/Penumbra.Api.git
|
||||
|
||||
[submodule "Glamourer.Api"]
|
||||
path = Glamourer.Api
|
||||
url = https://github.com/Ottermandias/Glamourer.Api
|
||||
[submodule "Chaos.NaCl"]
|
||||
path = Chaos.NaCl
|
||||
url = https://github.com/CodesInChaos/Chaos.NaCl.git
|
||||
path = Glamourer.Api
|
||||
url = https://github.com/Ottermandias/Glamourer.Api
|
||||
|
||||
[submodule "UmbraCrypt"]
|
||||
path = UmbraCrypt
|
||||
url = https://git.umbra-sync.net/SirConstance/UmbraCrypt.git
|
||||
|
||||
Submodule Chaos.NaCl deleted from 2c861348dc
@@ -53,6 +53,7 @@
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\UmbraAPI\MareSynchronosAPI\MareSynchronos.API.csproj" />
|
||||
<ProjectReference Include="..\..\UmbraCrypt\UmbraCrypt\UmbraCrypt.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -524,6 +524,12 @@
|
||||
"dependencies": {
|
||||
"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