Skip to content

Commit 14cb926

Browse files
committed
⚡️Implement it using the full power of CSS3
1 parent 06f82a4 commit 14cb926

File tree

3 files changed

+1756
-1298
lines changed

3 files changed

+1756
-1298
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let package = Package(
1010
.library(name: "Autolayout", type: .static, targets: ["Autolayout"])
1111
],
1212
dependencies: [
13-
.package(url: "https://github.com/swifweb/web", from: "1.0.0-beta.1.20.0")
13+
.package(url: "https://github.com/swifweb/web", from: "1.0.0-beta.1.22.0")
1414
],
1515
targets: [
1616
.target(name: "Autolayout", dependencies: [

0 commit comments

Comments
 (0)