Skip to content

Commit f1cbfcf

Browse files
authored
[bug] Missing CoreGraphics import for Swift 5.7.1 / Xcode 14.1 (#528)
1 parent 56822c9 commit f1cbfcf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Sources/TokamakCore/Shapes/StrokeStyle.swift

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717

1818
import Foundation
1919

20+
#if canImport(CoreGraphics)
21+
import CoreGraphics
22+
#endif
23+
2024
public struct StrokeStyle: Equatable {
2125
public var lineWidth: CGFloat
2226
public var lineCap: CGLineCap

0 commit comments

Comments
 (0)