mirror of
https://github.com/status-im/nim-rocksdb.git
synced 2025-02-16 17:07:40 +00:00
* Add vcpkg as a submodule. * Set vendor submodules to RocksDb version v9.1.0 * Update readme.
11 lines
251 B
Plaintext
11 lines
251 B
Plaintext
[submodule "vendor/rocksdb"]
|
|
path = vendor/rocksdb
|
|
url = https://github.com/facebook/rocksdb
|
|
ignore = dirty
|
|
branch = master
|
|
[submodule "vendor/vcpkg"]
|
|
path = vendor/vcpkg
|
|
url = https://github.com/microsoft/vcpkg
|
|
ignore = dirty
|
|
branch = master
|