Skip to content

Commit

Permalink
Add Spark SL as third party dep
Browse files Browse the repository at this point in the history
Summary: We already have [Pre-release tag](https://github.com/facebook/igl/releases/tag/SparkSL) now we can link to it.

Reviewed By: corporateshark

Differential Revision: D47473998

fbshipit-source-id: be73db1ee087d13dbfe970771177ece5139cf917
  • Loading branch information
Marek Cirkos authored and facebook-github-bot committed Jul 14, 2023
1 parent 16270e5 commit d98a6fc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
3 changes: 3 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
8 changes: 8 additions & 0 deletions third-party/bootstrap-deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
]

0 comments on commit d98a6fc

Please sign in to comment.