# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "swiftui-skia" version = "0.0.4" authors = [ "meloalright", "rustq", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "The swiftui-skia is a skia based 2d graphics SwiftUI rendering library. It is based on Rust to implement software rasterization to perform rendering. It performs better in cross-platform adaptability than hardware rasterization, however it is still an experimental project. And it's based entirely on SwiftUI syntax." readme = "README.md" license = "MIT" [lib] name = "swiftui_skia" crate-type = ["staticlib"] path = "src/lib.rs" [dependencies.base64] version = "0.22.1" [dependencies.csscolorparser] version = "0.7.0" [dependencies.soft_skia] version = "0.10.0" [dependencies.swift-bridge] version = "0.1" [build-dependencies.swift-bridge-build] version = "0.1"