diff --git a/README.md b/README.md index dd378a7..e832081 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Vue Skia -[![license](https://img.shields.io/badge/license-MIT-cyan)](https://revolunet.mit-license.org/) ![vue-3.x](https://img.shields.io/badge/vue-3.x-lightgreen) [![npm](https://img.shields.io/npm/v/vue-skia?vue-skia)](https://www.npmjs.com/package/vue-skia) [![crates](https://img.shields.io/crates/v/soft-skia)](https://crates.io/crates/soft_skia) +[![license](https://img.shields.io/badge/license-MIT-cyan)](https://revolunet.mit-license.org/) ![vue-3.x](https://img.shields.io/badge/vue-3.x-lightgreen) [![crates](https://img.shields.io/crates/v/soft-skia)](https://crates.io/crates/soft_skia) [![npm](https://img.shields.io/npm/v/vue-skia?color=purple)](https://www.npmjs.com/package/vue-skia) [![downloads](https://img.shields.io/npm/dm/vue-skia)](https://www.npmjs.com/package/vue-skia) The `vue-skia` is a `skia` based 2d graphics `vue` rendering library. It is based on `Rust` to implement software rasterization to perform rendering. It takes up less memory than the native canvas, however it is still a experiment project. And it's based entirely on `vue` syntax. diff --git a/soft-skia-wasm/Cargo.toml b/soft-skia-wasm/Cargo.toml index 12a599b..e893455 100644 --- a/soft-skia-wasm/Cargo.toml +++ b/soft-skia-wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "soft-skia-wasm" -version = "0.7.0" +version = "0.8.0" authors = ["meloalright "] edition = "2018" diff --git a/soft-skia/Cargo.toml b/soft-skia/Cargo.toml index 3248e42..4bd3a25 100644 --- a/soft-skia/Cargo.toml +++ b/soft-skia/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "soft_skia" -version = "0.7.0" +version = "0.8.0" edition = "2021" description="software rasterization skia binding" license = "MIT" diff --git a/vue-playground/package-ci.json b/vue-playground/package-ci.json index 7202e49..00d3eb5 100644 --- a/vue-playground/package-ci.json +++ b/vue-playground/package-ci.json @@ -1,6 +1,6 @@ { "name": "vue-playground", - "version": "0.7.0", + "version": "0.8.0", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/vue-skia-framework/package-publish.json b/vue-skia-framework/package-publish.json index 35a2a7d..91e245c 100644 --- a/vue-skia-framework/package-publish.json +++ b/vue-skia-framework/package-publish.json @@ -1,6 +1,6 @@ { "name": "vue-skia", - "version": "0.0.7", + "version": "0.0.8", "files": [ "lib", "type.d.ts", @@ -13,6 +13,6 @@ "main": "./main.js", "module": "./main.js", "dependencies": { - "soft-skia-wasm": "0.7.0" + "soft-skia-wasm": "0.8.0" } }