Skip to content

Commit

Permalink
v0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
eadf committed Oct 9, 2021
1 parent 0089f37 commit f3ac881
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
@@ -1,6 +1,6 @@
[package]
name = "toxicblend"
version = "0.0.16"
version = "0.0.17"
authors = ["eadf"]
edition = "2018"
description = "gRPC based Blender-addons. WIP"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![crates.io](https://img.shields.io/crates/v/toxicblend.svg)](https://crates.io/crates/toxicblend)
[![Workflow](https://github.com/eadf/toxicblend.rs/workflows/Rust/badge.svg)](https://github.com/eadf/toxicblend.rs/workflows/Rust/badge.svg)
[![Workflow](https://github.com/eadf/toxicblend.rs/workflows/Clippy/badge.svg)](https://github.com/eadf/toxicblend.rs/workflows/Clippy/badge.svg)
[![dependency status](https://deps.rs/crate/toxicblend/0.0.16/status.svg)](https://deps.rs/crate/toxicblend/0.0.16)
[![dependency status](https://deps.rs/crate/toxicblend/0.0.17/status.svg)](https://deps.rs/crate/toxicblend/0.0.17)
![license](https://img.shields.io/crates/l/toxicblend)

It is a [client-server](https://grpc.io) based addon for [Blender](blender.org) written in Rust (and Python for the client side parts).
Expand Down

0 comments on commit f3ac881

Please sign in to comment.