[Enhancement] Linux platform support #17

Merged
javier merged 5 commits from enhancement/non-apple-support into main 2023-04-30 13:59:37 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 9812366575 - Show all commits

View File

@ -23,8 +23,8 @@
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://github.com/rock-n-code/swift-libs.git", "location" : "https://github.com/rock-n-code/swift-libs.git",
"state" : { "state" : {
"revision" : "94a49afb6660e62f8c77035a9ea630b07b48c931", "revision" : "2f3712c830300dde975fbee256b4dca50c5273c2",
"version" : "0.1.5" "version" : "0.1.7"
} }
} }
], ],

View File

@ -28,7 +28,7 @@ let package = Package(
), ),
], ],
dependencies: [ dependencies: [
.package(url: "https://github.com/rock-n-code/swift-libs.git", from: "0.1.5"), .package(url: "https://github.com/rock-n-code/swift-libs.git", from: "0.1.7"),
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.1.0"), .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.1.0"),
], ],
targets: [ targets: [