From c971bddb1fdbf822b236e7a406f03be0463501bd Mon Sep 17 00:00:00 2001 From: Robin KAY Date: Fri, 5 Aug 2022 02:38:44 +0100 Subject: [PATCH] Bump version to 0.2. --- Cargo.toml | 4 ++-- README.md | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 34ec70f..76876a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_mod_outline" -version = "0.1.0" +version = "0.2.0" edition = "2021" license = "MIT OR Apache-2.0" description = "A mesh outlining plugin for Bevy." @@ -25,4 +25,4 @@ bevy = { version = "0.8", default-features = false, features = [ [[example]] name = "torus" -path = "examples/torus.rs" \ No newline at end of file +path = "examples/torus.rs" diff --git a/README.md b/README.md index 9d334ed..95b327c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ vertex extrusion method. ```toml [dependencies] -bevy_mod_outline = "0.1" +bevy_mod_outline = "0.2" ``` ## Example @@ -23,8 +23,9 @@ cargo run --example cube | This Version | Bevy version | |--------------|--------------| | 0.1.x | 0.7.x | +| 0.2.x | 0.8.x | ## Known Issues Vertex extrusion only works for meshes with smooth surface normals. Hard edges -will cause visual artefacts. \ No newline at end of file +will cause visual artefacts.