remove non yoga search paths

This commit is contained in:
Karim Alweheshy
2025-01-21 11:20:09 +01:00
parent 9591210a7a
commit 7fe2a0ea74

View File

@@ -19,6 +19,13 @@ let package = Package(
.target(
name: "core",
path: ".",
exclude: [
"capture",
"benchmark",
"javascript",
"java",
"tests",
],
sources: [
"yoga"
],