Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: thorvg/thorvg.swift

Tags

v0.1.2

Toggle v0.1.2's commit message
Release 0.1.2

This release includes:
- Pre-built ThorVG XCFramework
- Swift wrapper for ThorVG
- Support for iOS 13.0+ and macOS 10.15+

To use this release, add to your Package.swift:
.package(url: "https://github.com/thorvg/thorvg.swift", from: "0.1.2")

v0.1.1

Toggle v0.1.1's commit message
Release 0.1.1

See the full release notes and changelog at:
https://github.com/thorvg/thorvg.swift/releases/tag/v0.1.1

Installation:
Add to your Package.swift:
.package(url: "https://github.com/thorvg/thorvg.swift", from: "0.1.1")

v0.1.0

Toggle v0.1.0's commit message
Release 0.1.0

This was the initial tag before the XCFramework was added.
Use v0.1.1 for the full release with pre-built binaries.

To use this release, add to your Package.swift:
.package(url: "https://github.com/thorvg/thorvg.swift", from: "0.1.0")