We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f6f70 commit 9c119bbCopy full SHA for 9c119bb
Package.swift
@@ -9,6 +9,7 @@ let _: Package =
9
],
10
products: [
11
.executable(name: "VTDemo", targets: ["VTDemo"]),
12
+ .library(name: "VirtualTerminal", targets: ["VirtualTerminal"]),
13
14
dependencies: [
15
.package(url: "https://github.com/compnerd/swift-platform-core.git", branch: "main"),
0 commit comments