Skip to content

Commit

Permalink
Merge pull request #7 from rustq/0.0.4
Browse files Browse the repository at this point in the history
0.0.4
  • Loading branch information
meloalright authored Aug 14, 2024
2 parents 0789f7e + 5a28b57 commit 8effe9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8effe9b

Please sign in to comment.