Use v0.0.1 of the DesignTokens package. (#78)

This commit is contained in:
Doug
2022-06-10 12:09:10 +01:00
committed by GitHub
parent f3dca240a1
commit 9dc48e31be
4 changed files with 7 additions and 6 deletions

View File

@@ -10,8 +10,8 @@ let package = Package(
.library(name: "DesignKit", targets: ["DesignKit"])
],
dependencies: [
.package(url: "https://github.com/vector-im/element-design-tokens.git", branch: "main"),
.package(url: "https://github.com/siteline/SwiftUI-Introspect.git", .upToNextMajor(from: "0.1.4"))
.package(url: "https://github.com/vector-im/element-design-tokens.git", exact: "0.0.1"),
.package(url: "https://github.com/siteline/SwiftUI-Introspect.git", from: "0.1.4")
],
targets: [
.target(name: "DesignKit",