2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-06-06 08:42:35 +00:00

chore: Remove unused dependency ufbx

This commit is contained in:
LJW-Dev
2026-04-10 12:16:52 +08:00
committed by Jan Laupetin
parent a5d2420698
commit 0fe8becd6d
5 changed files with 0 additions and 50 deletions
-2
View File
@@ -22,7 +22,6 @@ function ObjLoading:link(links)
links:linkto(minizip)
links:linkto(zlib)
links:linkto(libtomcrypt)
links:linkto(ufbx)
end
function ObjLoading:use()
@@ -67,5 +66,4 @@ function ObjLoading:project()
eigen:include(includes)
json:include(includes)
libtomcrypt:include(includes)
ufbx:include(includes)
end