mirror of
https://github.com/HaishinKit/HaishinKit.swift.git
synced 2026-05-07 20:12:28 +00:00
12 lines
206 B
Swift
12 lines
206 B
Swift
// swift-tools-version:5.10
|
|
|
|
// Leave blank. This is only here so that Xcode doesn't display it.
|
|
|
|
import PackageDescription
|
|
|
|
let package = Package(
|
|
name: "Examples",
|
|
products: [],
|
|
targets: []
|
|
)
|