Skip to content

Commit ed07c37

Browse files
committed
0.0.18
1 parent 2df23c0 commit ed07c37

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "toxicblend"
3-
version = "0.0.17"
3+
version = "0.0.18"
44
authors = ["eadf"]
55
edition = "2021"
66
description = "gRPC based Blender-addons. WIP"

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![crates.io](https://img.shields.io/crates/v/toxicblend.svg)](https://crates.io/crates/toxicblend)
44
[![Workflow](https://github.com/eadf/toxicblend.rs/workflows/Rust/badge.svg)](https://github.com/eadf/toxicblend.rs/workflows/Rust/badge.svg)
55
[![Workflow](https://github.com/eadf/toxicblend.rs/workflows/Clippy/badge.svg)](https://github.com/eadf/toxicblend.rs/workflows/Clippy/badge.svg)
6-
[![dependency status](https://deps.rs/crate/toxicblend/0.0.17/status.svg)](https://deps.rs/crate/toxicblend/0.0.17)
6+
[![dependency status](https://deps.rs/crate/toxicblend/0.0.18/status.svg)](https://deps.rs/crate/toxicblend/0.0.18)
77
![license](https://img.shields.io/crates/l/toxicblend)
88

99
It is a [client-server](https://grpc.io) based addon for [Blender](https://www.blender.org/) written in Rust (and Python for the client side parts).
@@ -171,10 +171,11 @@ Checks a mesh for anomalies, double edges etc. Will print results to the console
171171
- [ ] When everything has stabilized, remove the gRPC layer and publish as a Python package containing the Rust binaries.
172172

173173
## Changelog:
174-
### 0.0.18 (GitHub release)
174+
### 0.0.18
175175
- Replaced [building_blocks](https://crates.io/crates/building_blocks) with [fast_surface_nets](https://crates.io/crates/fast_surface_nets)
176176
- Refactoring of Lindenmayer Systems
177177
- Made sure there is one empty voxel surrounding geometry
178+
- Rust 1.56.0 and 2021 Edition
178179
- Dependency updates
179180
### 0.0.17 (GitHub release)
180181
- Added [fast_surface_nets](https://crates.io/crates/fast_surface_nets) & [saft](https://crates.io/crates/saft)

0 commit comments

Comments
 (0)