diff --git a/Cargo.lock b/Cargo.lock index dc6406e..309f8fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1046,7 +1046,7 @@ dependencies = [ [[package]] name = "neophyte" -version = "0.3.3" +version = "0.3.4" dependencies = [ "bytemuck", "flexi_logger", @@ -1069,7 +1069,7 @@ dependencies = [ [[package]] name = "neophyte-linalg" -version = "0.3.2" +version = "0.3.4" dependencies = [ "bytemuck", "wgpu-types", @@ -1087,7 +1087,7 @@ dependencies = [ [[package]] name = "neophyte-ui" -version = "0.3.3" +version = "0.3.4" dependencies = [ "log", "neophyte-linalg", @@ -1097,7 +1097,7 @@ dependencies = [ [[package]] name = "neophyte-ui-event" -version = "0.3.3" +version = "0.3.4" dependencies = [ "rmpv", "serde", diff --git a/Cargo.toml b/Cargo.toml index 0af7bcd..37ca533 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neophyte" -version = "0.3.3" +version = "0.3.4" 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 ec7b7d0..de8bc1d 100644 --- a/neophyte-linalg/Cargo.toml +++ b/neophyte-linalg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neophyte-linalg" -version = "0.3.2" +version = "0.3.4" edition = "2021" authors = ["Tim Harding"] repository = "https://github.com/tim-harding/neophyte" diff --git a/neophyte-ui-event/Cargo.toml b/neophyte-ui-event/Cargo.toml index 5489374..bbe686e 100644 --- a/neophyte-ui-event/Cargo.toml +++ b/neophyte-ui-event/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neophyte-ui-event" -version = "0.3.3" +version = "0.3.4" edition = "2021" authors = ["Tim Harding"] repository = "https://github.com/tim-harding/neophyte" diff --git a/neophyte-ui/Cargo.toml b/neophyte-ui/Cargo.toml index 24122ca..76792a0 100644 --- a/neophyte-ui/Cargo.toml +++ b/neophyte-ui/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neophyte-ui" -version = "0.3.3" +version = "0.3.4" edition = "2021" authors = ["Tim Harding"] repository = "https://github.com/tim-harding/neophyte"