From dbfb4b1900eb4e781ff065fddb6dae2fffb61d83 Mon Sep 17 00:00:00 2001 From: genusistimelord Date: Wed, 30 Oct 2024 11:31:11 -0400 Subject: [PATCH] Graphics Release 0.15.0 --- Cargo.lock | 2 +- graphics/CHANGELOG.md | 4 ++++ graphics/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 17d3d85..5b03a0c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -142,7 +142,7 @@ dependencies = [ [[package]] name = "ascending_graphics" -version = "0.14.0" +version = "0.15.0" dependencies = [ "ahash", "ascending_camera", diff --git a/graphics/CHANGELOG.md b/graphics/CHANGELOG.md index 3991b9a..7123224 100644 --- a/graphics/CHANGELOG.md +++ b/graphics/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## Unreleased +## 0.15.0 (30. October, 2024) +### Changed +- (Breaking) updated to Naga and Wgpu v23.0.0 + ## 0.14.0 (25. September, 2024) ### Changed - (Breaking) update_bounds for Rect returns &mut Self now. diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml index 29b9671..1a1308b 100644 --- a/graphics/Cargo.toml +++ b/graphics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ascending_graphics" -version = "0.14.0" +version = "0.15.0" authors = ["S.J.R. van Schaik", "Andrew Wheeler "] license = "MIT OR Apache-2.0" edition = "2021"