bump version
Co-authored-by: Jhen-Jie Hong <iainst0409@gmail.com>
This commit is contained in:
parent
24013b37b6
commit
d58af4d46f
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@ import PackageDescription
|
||||||
#if arch(arm) || arch(arm64)
|
#if arch(arm) || arch(arm64)
|
||||||
let platforms: [SupportedPlatform]? = [
|
let platforms: [SupportedPlatform]? = [
|
||||||
.macOS(.v11),
|
.macOS(.v11),
|
||||||
.iOS(.v11),
|
.iOS(.v14),
|
||||||
.watchOS(.v4),
|
.watchOS(.v4),
|
||||||
.tvOS(.v11)
|
.tvOS(.v14)
|
||||||
]
|
]
|
||||||
let exclude: [String] = []
|
let exclude: [String] = []
|
||||||
let additionalSources: [String] = ["ggml-metal.m"]
|
let additionalSources: [String] = ["ggml-metal.m"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue