Full Changelog: 0.6.2...0.6.3
Data structures for generating and exposing a height map
{ "name": "Heightmap", "path": "/usr/src/package", "targets": [ { "name": "HeightmapTests", "path": "Tests/HeightmapTests", "type": "test", "c99name": "HeightmapTests", "sources": [ "HeightmapNormalizeTests.swift", "HeightmapTests.swift", "XZIndexTests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "Heightmap" ] }, { "name": "Heightmap", "path": "Sources/Heightmap", "type": "library", "c99name": "Heightmap", "sources": [ "Array+normalizeUnitValues.swift", "Heightmap+normalize.swift", "Heightmap.swift", "XZIndex.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "Heightmap" ] } ], "products": [ { "name": "Heightmap", "type": { "library": [ "automatic" ] }, "targets": [ "Heightmap" ] } ], "platforms": [ { "name": "ios", "version": "16.0" }, { "name": "macos", "version": "13.0" } ], "dependencies": [ { "url": "https://github.com/tayloraswift/swift-noise", "type": "sourceControl", "identity": "swift-noise", "requirement": { "range": [ { "lower_bound": "1.1.0", "upper_bound": "2.0.0" } ] } } ], "tools_version": "5.8", "manifest_display_name": "Heightmap" }
{ "name": "Heightmap", "traits": [], "targets": [ { "name": "Heightmap", "type": "regular", "exclude": [], "settings": [ { "kind": { "enableExperimentalFeature": { "_0": "StrictConcurrency" } }, "tool": "swift" }, { "kind": { "enableUpcomingFeature": { "_0": "ExistentialAny" } }, "tool": "swift" }, { "kind": { "enableExperimentalFeature": { "_0": "AccessLevelOnImport" } }, "tool": "swift" }, { "kind": { "enableUpcomingFeature": { "_0": "InternalImportsByDefault" } }, "tool": "swift" } ], "resources": [], "dependencies": [], "packageAccess": false }, { "name": "HeightmapTests", "type": "test", "exclude": [], "settings": [ { "kind": { "enableExperimentalFeature": { "_0": "StrictConcurrency" } }, "tool": "swift" }, { "kind": { "enableUpcomingFeature": { "_0": "ExistentialAny" } }, "tool": "swift" }, { "kind": { "enableExperimentalFeature": { "_0": "AccessLevelOnImport" } }, "tool": "swift" }, { "kind": { "enableUpcomingFeature": { "_0": "InternalImportsByDefault" } }, "tool": "swift" } ], "resources": [], "dependencies": [ { "byName": [ "Heightmap", null ] } ], "packageAccess": false } ], "products": [ { "name": "Heightmap", "type": { "library": [ "automatic" ] }, "targets": [ "Heightmap" ] } ], "pkgConfig": null, "platforms": [ { "options": [], "version": "16.0", "platformName": "ios" }, { "options": [], "version": "13.0", "platformName": "macos" } ], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [ { "sourceControl": [ { "traits": [ { "name": "default" } ], "identity": "swift-noise", "location": { "remote": [ { "urlString": "https://github.com/tayloraswift/swift-noise" } ] }, "requirement": { "range": [ { "lowerBound": "1.1.0", "upperBound": "2.0.0" } ] }, "productFilter": null } ] } ], "toolsVersion": { "_version": "5.8.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
{ "url": "/usr/src/package", "name": "Heightmap", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [ { "url": "https://github.com/tayloraswift/swift-noise", "name": "swift-noise", "path": "/usr/src/package/.build/checkouts/swift-noise", "version": "1.1.0", "identity": "swift-noise", "dependencies": [ { "url": "https://github.com/tayloraswift/swift-png", "name": "swift-png", "path": "/usr/src/package/.build/checkouts/swift-png", "version": "4.4.5", "identity": "swift-png", "dependencies": [ { "url": "https://github.com/tayloraswift/swift-hash", "name": "swift-hash", "path": "/usr/src/package/.build/checkouts/swift-hash", "version": "0.6.3", "identity": "swift-hash", "dependencies": [] } ] } ] } ] }