From 5a28b576fa1170674c6567a68a12e440a3a214de Mon Sep 17 00:00:00 2001 From: meloalright Date: Wed, 14 Aug 2024 02:06:30 +0800 Subject: [PATCH] doc: 0.0.3 -> 0.0.4 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 50edf4c..8b6ab3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "swiftui-skia" -version = "0.0.3" +version = "0.0.4" 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." edition = "2021" authors = ["meloalright", "rustq"] diff --git a/README.md b/README.md index 7ea8589..b9dd676 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ $ cargo add swiftui-skia ```shell $ cargo install --path . -$ ln -s ~/.cargo/registry/src/index.crates.io-{YOUR CRATE HASH}/swiftui-skia-0.0.3 swiftui-skia +$ ln -s ~/.cargo/registry/src/index.crates.io-{YOUR CRATE HASH}/swiftui-skia-0.0.4 swiftui-skia ``` ```shell