Skip to content

Commit a6d445e

Browse files
committed
feat: Update Cargo.toml
1 parent 8c51648 commit a6d445e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[package]
44
name = "swiftui-skia"
55
version = "0.0.2-beta"
6-
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 takes up less memory than the hardware rasterization, however it is still an experimental project. And it's based entirely on SwiftUI syntax."
6+
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."
77
edition = "2021"
88
authors = ["meloalright", "rustq"]
99
license = "MIT"

0 commit comments

Comments
 (0)