From 1a33d5239d18b3d6563d79addff3880678badee6 Mon Sep 17 00:00:00 2001 From: Kevin Ring Date: Fri, 6 May 2022 17:30:40 +1000 Subject: [PATCH] Add ThirdParty.json. --- ThirdParty.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ThirdParty.json diff --git a/ThirdParty.json b/ThirdParty.json new file mode 100644 index 0000000..0931759 --- /dev/null +++ b/ThirdParty.json @@ -0,0 +1,8 @@ +[ + { + "name": "cesium-unreal", + "version": "Latest", + "url": "https://github.com/CesiumGS/cesium-unreal", + "license": ["Apache-2.0"] + } +]