From 7c4b3cab290dd89765ec239d663e69e2338156e3 Mon Sep 17 00:00:00 2001 From: Blaise Tine Date: Tue, 30 Nov 2021 14:26:54 -0500 Subject: [PATCH] adding cocogfx --- .gitmodules | 3 +++ third_party/cocogfx | 1 + 2 files changed, 4 insertions(+) create mode 160000 third_party/cocogfx diff --git a/.gitmodules b/.gitmodules index 0acd81d3..26a07f16 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "third_party/softfloat"] path = third_party/softfloat url = https://github.com/ucb-bar/berkeley-softfloat-3.git +[submodule "third_party/cocogfx"] + path = third_party/cocogfx + url = https://github.com/gtcasl/cocogfx.git diff --git a/third_party/cocogfx b/third_party/cocogfx new file mode 160000 index 00000000..04b10969 --- /dev/null +++ b/third_party/cocogfx @@ -0,0 +1 @@ +Subproject commit 04b109692cf6d0128f5ae89cbb4a7d77bfbc9f6a