Skip to content

Commit fc4dbc7

Browse files
committed
Update Package.swift
1 parent e9f4df3 commit fc4dbc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Examples/HelloWorldHummingbird/Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ let package = Package(
2121
platforms: [.macOS(.v14)],
2222
dependencies: [
2323
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.1.0"),
24+
.package(url: "https://github.com/apple/swift-container-plugin", from: "1.0.0"),
2425
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.3.0"),
2526
],
2627
targets: [

0 commit comments

Comments
 (0)