Ai
1 Star 0 Fork 0

alex/Ink

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Package.swift 490 Bytes
一键复制 编辑 原始数据 按行查看 历史
John Sundell 提交于 2020-05-19 05:54 +08:00 . Bump Swift version to 5.2 (#51)
// swift-tools-version:5.2
/**
* Ink
* Copyright (c) John Sundell 2019
* MIT license, see LICENSE file for details
*/
import PackageDescription
let package = Package(
name: "Ink",
products: [
.library(name: "Ink", targets: ["Ink"]),
.executable(name: "ink-cli", targets: ["InkCLI"])
],
targets: [
.target(name: "Ink"),
.target(name: "InkCLI", dependencies: ["Ink"]),
.testTarget(name: "InkTests", dependencies: ["Ink"])
]
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/alexn/Ink.git
git@gitee.com:alexn/Ink.git
alexn
Ink
Ink
master

搜索帮助