diff options
author | crupest <crupest@outlook.com> | 2019-03-28 21:26:54 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-03-28 21:26:54 +0800 |
commit | 7082d19ecf0b5f06af3c01dae0cba86f4cfac02b (patch) | |
tree | aa3f6535bcb1088fab9fb8e43b26f39be622bc5d | |
parent | d4541d49af5d452e494fa422e4a9ebf9e712acb0 (diff) | |
download | cru-7082d19ecf0b5f06af3c01dae0cba86f4cfac02b.tar.gz cru-7082d19ecf0b5f06af3c01dae0cba86f4cfac02b.tar.bz2 cru-7082d19ecf0b5f06af3c01dae0cba86f4cfac02b.zip |
Add skia.
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | skia | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..09eee8c7 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "skia"] + path = skia + url = https://github.com/google/skia.git diff --git a/skia b/skia new file mode 160000 +Subproject e51181387f763864acf5be828831b2d7c2b2906 |