dependencies update

This commit is contained in:
yukiny0811 2022-09-17 03:03:35 +09:00
parent 8c3525dee8
commit 8e4203b9d8
2 changed files with 5 additions and 4 deletions

View File

@ -5,6 +5,9 @@ import PackageDescription
let package = Package(
name: "EasyNodeEditor",
platforms: [
.macOS(.v10_15)
],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(

View File

@ -1,6 +1,4 @@
public struct EasyNodeEditor {
public private(set) var text = "Hello, World!"
public init() {
}
@available(macOS 10.15, *)
public struct EasyNodeEditor {
}