mirror of
https://github.com/MorizzG/ray-tracer.git
synced 2025-12-06 04:22:42 +00:00
changed philox to rand
This commit is contained in:
parent
ec40eb11c1
commit
98f0414357
2 changed files with 4 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -1,3 +1,6 @@
|
||||||
[submodule "subprojects/philox"]
|
[submodule "subprojects/philox"]
|
||||||
path = subprojects/philox
|
path = subprojects/philox
|
||||||
url = git@github.com:MorizzG/philox
|
url = git@github.com:MorizzG/philox
|
||||||
|
[submodule "subprojects/rand"]
|
||||||
|
path = subprojects/rand
|
||||||
|
url = git@github.com:MorizzG/rand
|
||||||
|
|
|
||||||
1
subprojects/rand
Submodule
1
subprojects/rand
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 4d7680624857241aca166f58b957712b0583fa05
|
||||||
Loading…
Add table
Add a link
Reference in a new issue