File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 7
7
8
8
import Utilities
9
9
import Swim
10
+ import HTML
10
11
11
12
package struct SwimTests : HTMLGenerator {
12
13
package init ( ) { }
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ let package = Package(
19
19
. package ( url: " https://github.com/RandomHashTags/fork-bb-swift-html " , branch: " main " ) ,
20
20
. package ( url: " https://github.com/JohnSundell/Plot " , from: " 0.14.0 " ) ,
21
21
//.package(url: "https://github.com/toucansites/toucan", from: "1.0.0-alpha.1"), // unstable
22
- . package ( url: " https://github.com/RandomHashTags/fork- Swim " , branch : " main " ) ,
22
+ . package ( url: " https://github.com/robb/ Swim " , from : " 0.4.0 " ) ,
23
23
. package ( url: " https://github.com/RandomHashTags/fork-Vaux " , branch: " master " ) ,
24
24
//.package(url: "https://github.com/tayloraswift/swift-dom", from: "1.1.0"), // bad exports
25
25
//.package(url: "https://github.com/TokamakUI/Tokamak", from: "0.11.1"), // swift-benchmark problem
@@ -97,7 +97,8 @@ let package = Package(
97
97
name: " TestSwim " ,
98
98
dependencies: [
99
99
" Utilities " ,
100
- . product( name: " Swim " , package : " fork-Swim " )
100
+ . product( name: " Swim " , package : " Swim " ) ,
101
+ . product( name: " HTML " , package : " Swim " , moduleAliases: [ " HTML " : " SwimHTML " ] )
101
102
] ,
102
103
path: " Benchmarks/Swim "
103
104
) ,
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ Use the `HTMLElementAttribute.event(<type>, "<value>")`.
180
180
- [ JohnSundell/Plot] ( https://github.com/JohnSundell/Plot ) v0.14.0
181
181
- [ RandomHashTags/swift-htmlkit] ( https://github.com/RandomHashTags/swift-htmlkit ) v0.6.0 (this library)
182
182
- [ pointfreeco/swift-html] ( https://github.com/pointfreeco/swift-html ) v0.4.1
183
- - [ robb/Swim] ( https://github.com/robb/Swim ) v0.4.0 (patched version [ here ] ( https://github.com/RandomHashTags/fork-Swim ) )
183
+ - [ robb/Swim] ( https://github.com/robb/Swim ) v0.4.0
184
184
- [ vapor-community/HTMLKit] ( https://github.com/vapor-community/HTMLKit ) v2.8.1
185
185
- [ dokun1/Vaux] ( https://github.com/dokun1/Vaux ) v0.2.0 (patched version [ here] ( https://github.com/RandomHashTags/fork-Vaux ) ; custom renderer [ here] ( https://github.com/RandomHashTags/swift-htmlkit/blob/main/Benchmarks/Benchmarks/Vaux/Vaux.swift ) )
186
186
You can’t perform that action at this time.
0 commit comments