From 809d440b4f93fc697eb8008e39dea4b2755a05fc Mon Sep 17 00:00:00 2001 From: Tim Harding Date: Thu, 16 Jan 2025 12:08:58 -0800 Subject: [PATCH] Release 0.3.5 neophyte@0.3.5 neophyte-linalg@0.3.5 Generated by cargo-workspaces --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- neophyte-linalg/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 309f8fe..2d9dad4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1046,7 +1046,7 @@ dependencies = [ [[package]] name = "neophyte" -version = "0.3.4" +version = "0.3.5" dependencies = [ "bytemuck", "flexi_logger", @@ -1069,7 +1069,7 @@ dependencies = [ [[package]] name = "neophyte-linalg" -version = "0.3.4" +version = "0.3.5" dependencies = [ "bytemuck", "wgpu-types", diff --git a/Cargo.toml b/Cargo.toml index 37ca533..0bc8188 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neophyte" -version = "0.3.4" +version = "0.3.5" edition = "2021" authors = ["Tim Harding"] repository = "https://github.com/tim-harding/neophyte" diff --git a/neophyte-linalg/Cargo.toml b/neophyte-linalg/Cargo.toml index de8bc1d..70d7265 100644 --- a/neophyte-linalg/Cargo.toml +++ b/neophyte-linalg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neophyte-linalg" -version = "0.3.4" +version = "0.3.5" edition = "2021" authors = ["Tim Harding"] repository = "https://github.com/tim-harding/neophyte"