This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 28902890../../../third_party/sqlite/Makefile
28912891../../../third_party/sqlite/README.md
28922892../../../third_party/sqlite/VERSION
2893+ ../../../third_party/stb
28932894../../../third_party/swiftshader
28942895../../../third_party/tinygltf
28952896../../../third_party/vulkan-deps/.git
Original file line number Diff line number Diff line change 1- Signature: d8b5e1bcc7593e590ac227d01043c4a8
1+ Signature: 996bda987bb421e5aecf9238c247c296
22
Original file line number Diff line number Diff line change @@ -184,6 +184,7 @@ final Set<String> skippedPaths = <String>{
184184 r'third_party/skia/third_party/lua' , // not linked in
185185 r'third_party/skia/third_party/vello' , // not linked in
186186 r'third_party/skia/tools' , // contains nothing that ends up in the binary executable
187+ r'third_party/stb' ,
187188 r'third_party/swiftshader' , // only used on hosts for tests
188189 r'third_party/tinygltf' ,
189190 r'third_party/vulkan-deps/glslang/LICENSE' , // excluded to make sure we don't accidentally apply it as a default license
You can’t perform that action at this time.
0 commit comments