Skip to content

Commit

Permalink
Modified README (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
meloalright authored Nov 19, 2023
1 parent 18847c4 commit 35a59a4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion soft-skia-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "soft-skia-wasm"
version = "0.7.0"
version = "0.8.0"
authors = ["meloalright <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion soft-skia/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion vue-playground/package-ci.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-playground",
"version": "0.7.0",
"version": "0.8.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
4 changes: 2 additions & 2 deletions vue-skia-framework/package-publish.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-skia",
"version": "0.0.7",
"version": "0.0.8",
"files": [
"lib",
"type.d.ts",
Expand All @@ -13,6 +13,6 @@
"main": "./main.js",
"module": "./main.js",
"dependencies": {
"soft-skia-wasm": "0.7.0"
"soft-skia-wasm": "0.8.0"
}
}

0 comments on commit 35a59a4

Please sign in to comment.