Added vendor/ submodule.

Moved dependencies that need to be vendored into separate repository.
	- https://github.com/spdfg/elektron-vendor
Added vendor/ as a submodule using the below command.
	- git submodule add https://github.com/spdfg/elektron-vendor vendor
If wanting to use vendor, run the following commands after cloning
elektron.
1. git submodule init
2. git submodule update
This commit is contained in:
Pradyumna Kaushik 2019-10-26 15:09:27 -04:00
parent b0835169a5
commit 7452ae3a82
4 changed files with 691 additions and 0 deletions

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "vendor"]
path = vendor
url = https://github.com/spdfg/elektron-vendor