Sync Tokamak
This provides a bridge to use Sync with Tokamak instead of SwiftUI.
Installation
Swift Package Manager
You can install Sync Tokamak via Swift Package Manager by adding the following lines to your Package.swift
:
import PackageDescription
let package = Package(
[...]
dependencies: [
.package(url: "https://github.com/nerdsupremacist/Sync.git", from: "1.0.0"),
.package(url: "https://github.com/nerdsupremacist/SyncTokamak.git", from: "0.1.0"),
]
)
Contributions
Contributions are welcome and encouraged!
License
Sync Sync Tokamak is available under the MIT license. See the LICENSE file for more info.