Skip to content

Commit 1794440

Browse files
WilliamHYZhangKarthikRIyer
authored andcommitted
docs: update dependency addition (#61)
The 1.0.0 release has a separate dependency on CFreeType that seems to have a problem. A recent PR moved that dependency into the package itself, as SwiftPM now supports system library targets. This solved the issue. SwiftPlot uses Anti-Grain Geometry (AGG), a C++ library as a rendering backend, which in turn uses freetype to render text.
1 parent 56f945f commit 1794440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The resultant images are stored in a directory named `output`. The `Tests` fold
5353
Add the library to your projects dependencies in the Package.swift file as shown below.
5454
```swift
5555
dependencies: [
56-
.package(url: "https://github.com/KarthikRIyer/swiftplot.git", .exact("1.0.0")),
56+
.package(url: "https://github.com/KarthikRIyer/swiftplot.git", .branch("master")),
5757
],
5858
```
5959

0 commit comments

Comments
 (0)