Add new submodules
This commit is contained in:
parent
d977cd40b5
commit
19d5605981
9
.gitmodules
vendored
9
.gitmodules
vendored
|
@ -1,3 +1,6 @@
|
|||
[submodule "libs/cubical-demo"]
|
||||
path = libs/cubical-demo
|
||||
url = git@github.com:Saizan/cubical-demo.git
|
||||
[submodule "libs/cubical"]
|
||||
path = libs/cubical
|
||||
url = git@github.com:fredefox/cubical.git
|
||||
[submodule "libs/agda-stdlib"]
|
||||
path = libs/agda-stdlib
|
||||
url = git@github.com:agda/agda-stdlib.git
|
||||
|
|
|
@ -4,4 +4,5 @@ name: cat
|
|||
depend:
|
||||
standard-library
|
||||
cubical
|
||||
include: src
|
||||
include:
|
||||
src
|
||||
|
|
1
libs/agda-stdlib
Submodule
1
libs/agda-stdlib
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 2033814d1f118401a37484390fdb5b75b83e6bb4
|
1
libs/cubical
Submodule
1
libs/cubical
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 19990b03b95f76210362a6e55b94181a5481f158
|
|
@ -1 +0,0 @@
|
|||
Subproject commit e46610eda0bbdebb072a70b947742f765a335b01
|
Loading…
Reference in a new issue