mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00

* Add Python and Redis submodules, and remove old third-party modules * Update VS projects (WARNING: references files that do not exist yet) * Update code & add shims for APIs except AF_UNIX/{send,recv}msg() * Minor style changes.
8 lines
287 B
Text
8 lines
287 B
Text
[submodule "src/common/thirdparty/redis"]
|
|
path = src/common/thirdparty/redis-windows
|
|
url = https://github.com/MSOpenTech/redis.git
|
|
ignore = all
|
|
[submodule "src/common/thirdparty/python"]
|
|
path = src/common/thirdparty/python
|
|
url = https://github.com/austinsc/python.git
|
|
ignore = all
|