polysphere
A description of this package.
{
"name": "main",
"path": "/usr/src/package",
"targets": [
{
"name": "Main",
"path": "/usr/src/package/sources/main",
"type": "executable",
"c99name": "Main",
"sources": [
"algorithm/cubemap.swift",
"algorithm/delaunay.swift",
"algorithm/fibonacci.swift",
"algorithm/spherical-polygon.swift",
"camera.swift",
"coordinator.swift",
"gl/bindings/_constants.swift",
"gl/bindings/_loader.swift",
"gl/bindings/binding.swift",
"groups/editor.swift",
"groups/isolines.swift",
"groups/plane3D.swift",
"library/array2D.swift",
"library/bisect.swift",
"library/log.swift",
"library/quaternion.swift",
"library/semantics.swift",
"library/swift-floating-point.swift",
"main.swift",
"presetshapes.swift",
"renderer.swift",
"shaders.swift",
"style-selector.swift",
"style.swift",
"terrain/terrain.swift",
"text/atlas.swift",
"text/text.swift",
"transition.swift",
"ui-element-inheritance.swift",
"ui.swift"
],
"module_type": "SwiftTarget"
},
{
"name": "HarfBuzz",
"path": "/usr/src/package/sources/c/harfbuzz",
"type": "system-target",
"c99name": "HarfBuzz",
"sources": [],
"module_type": "SystemLibraryTarget"
},
{
"name": "GLFW",
"path": "/usr/src/package/sources/c/glfw",
"type": "library",
"c99name": "GLFW",
"sources": [
"anchor.c"
],
"module_type": "ClangTarget"
},
{
"name": "FreeType",
"path": "/usr/src/package/sources/c/freetype",
"type": "system-target",
"c99name": "FreeType",
"sources": [],
"module_type": "SystemLibraryTarget"
},
{
"name": "File",
"path": "/usr/src/package/sources/file",
"type": "library",
"c99name": "File",
"sources": [
"can.swift",
"file.swift"
],
"module_type": "SwiftTarget"
},
{
"name": "Error",
"path": "/usr/src/package/sources/error",
"type": "library",
"c99name": "Error",
"sources": [
"error.swift"
],
"module_type": "SwiftTarget"
},
{
"name": "AtmosphericScattering",
"path": "/usr/src/package/sources/atmospheric-scattering",
"type": "executable",
"c99name": "AtmosphericScattering",
"sources": [
"debug.swift",
"main.swift"
],
"module_type": "SwiftTarget"
}
]
}
{
"name": "main",
"targets": [
{
"name": "FreeType",
"path": "sources/c/freetype",
"type": "system",
"exclude": [],
"settings": [],
"pkgConfig": "freetype2",
"resources": [],
"dependencies": []
},
{
"name": "HarfBuzz",
"path": "sources/c/harfbuzz",
"type": "system",
"exclude": [],
"settings": [],
"pkgConfig": "harfbuzz",
"resources": [],
"dependencies": []
},
{
"name": "GLFW",
"path": "sources/c/glfw",
"type": "regular",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": []
},
{
"name": "Error",
"path": "sources/error",
"type": "regular",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": []
},
{
"name": "File",
"path": "sources/file",
"type": "regular",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"Error",
null
]
}
]
},
{
"name": "AtmosphericScattering",
"path": "sources/atmospheric-scattering",
"type": "regular",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"File",
null
]
},
{
"byName": [
"PNG",
null
]
},
{
"byName": [
"Commander",
null
]
}
]
},
{
"name": "Main",
"path": "sources/main",
"type": "regular",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"Error",
null
]
},
{
"byName": [
"File",
null
]
},
{
"byName": [
"FreeType",
null
]
},
{
"byName": [
"HarfBuzz",
null
]
},
{
"byName": [
"GLFW",
null
]
},
{
"byName": [
"PNG",
null
]
},
{
"byName": [
"Noise",
null
]
}
]
}
],
"products": [
{
"name": "atmospheric-scattering",
"type": {
"executable": null
},
"targets": [
"AtmosphericScattering"
]
},
{
"name": "main",
"type": {
"executable": null
},
"targets": [
"Main"
]
}
],
"pkgConfig": null,
"platforms": [],
"providers": null,
"dependencies": [
{
"url": "https://github.com/kelvin13/png",
"name": "png",
"requirement": {
"exact": [
"3.0.0"
]
}
},
{
"url": "https://github.com/kelvin13/noise",
"name": "noise",
"requirement": {
"branch": [
"master"
]
}
},
{
"url": "https://github.com/kylef/Commander",
"name": "Commander",
"requirement": {
"exact": [
"0.9.1"
]
}
}
],
"toolsVersion": {
"_version": "4.2.0"
},
"cLanguageStandard": null,
"cxxLanguageStandard": null,
"swiftLanguageVersions": null
}
{
"url": "/usr/src/package",
"name": "main",
"path": "/usr/src/package",
"version": "unspecified",
"dependencies": [
{
"url": "https://github.com/kelvin13/png",
"name": "PNG",
"path": "/usr/src/package/.build/checkouts/png",
"version": "3.0.0",
"dependencies": []
},
{
"url": "https://github.com/kelvin13/noise",
"name": "Noise",
"path": "/usr/src/package/.build/checkouts/noise",
"version": "unspecified",
"dependencies": [
{
"url": "https://github.com/kelvin13/png",
"name": "PNG",
"path": "/usr/src/package/.build/checkouts/png",
"version": "3.0.0",
"dependencies": []
}
]
},
{
"url": "https://github.com/kylef/Commander",
"name": "Commander",
"path": "/usr/src/package/.build/checkouts/Commander",
"version": "0.9.1",
"dependencies": [
{
"url": "https://github.com/kylef/Spectre.git",
"name": "Spectre",
"path": "/usr/src/package/.build/checkouts/Spectre",
"version": "0.9.2",
"dependencies": []
}
]
}
]
}