diff --git a/LICENSE.md b/LICENSE.md index 624712bc7e..48bc7c3072 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -74,6 +74,9 @@ https://github.com/leetal/ios-cmake/blob/master/LICENSE.md Meshoptimizer https://github.com/zeux/meshoptimizer/blob/master/LICENSE.md +Spark SL +https://github.com/facebook/igl/releases/download/SparkSL/SparkSL.LICENSE + stb https://github.com/nothings/stb/blob/master/LICENSE diff --git a/README.md b/README.md index de79cc79ec..0b74b8823e 100644 --- a/README.md +++ b/README.md @@ -111,4 +111,4 @@ cmake --build . ## License IGL is released under the MIT license, see [LICENSE.md](./LICENSE.md) for the full text as well as third-party library -acknowledgements. SparkSL Compiler is released under the SparkSL Compiler License, see LICENSE.md for full text. +acknowledgements. SparkSL Compiler is released under the SparkSL Compiler License, see [LICENSE](https://github.com/facebook/igl/releases/download/SparkSL/SparkSL.LICENSE) for full text. diff --git a/third-party/bootstrap-deps.json b/third-party/bootstrap-deps.json index 5a6df0a2ef..ee02dc0267 100644 --- a/third-party/bootstrap-deps.json +++ b/third-party/bootstrap-deps.json @@ -154,5 +154,13 @@ "url": "https://github.com/leetal/ios-cmake.git", "revision": "04d91f6675dabb3c97df346a32f6184b0a7ef845" } +}, +{ + "name": "spark-sl", + "source": { + "type": "archive", + "url": "https://github.com/facebook/igl/releases/download/SparkSL/SparkSL_Compiler-v0.0.1.zip", + "sha1": "d636517b5fd3103f7aeca2ed6d4c9ad3e2e97964" + } } ]