Skip to content

Commit

Permalink
Releasing v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ecton committed May 12, 2024
1 parent 9ab8079 commit 841e64d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## v0.8.0 (2024-05-12)

### Breaking Changes

Expand Down
12 changes: 7 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 3 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kludgine"
version = "0.7.0"
version = "0.8.0"
edition = "2021"
description = "A wgpu-powered 2d graphics library with optional windowing support"
readme = "./README.md"
Expand All @@ -16,10 +16,7 @@ app = ["dep:appit"]
plotters = ["dep:plotters", "dep:plotters-backend"]

[dependencies]
# appit = { version = "0.2.0", optional = true }
appit = { git = "https://github.com/khonsulabs/appit", features = [
"rwh_06",
], optional = true }
appit = { version = "0.3.0", optional = true, features = ["rwh_06"] }
wgpu = { version = "0.20.0" }
pollster = "0.3.0"
bytemuck = { version = "1.13.1", features = ["derive"] }
Expand All @@ -29,7 +26,7 @@ cosmic-text = { version = "0.11.2", optional = true }
alot = "0.3.0"
ahash = "0.8.3"
etagere = "0.2.8"
figures = { version = "0.2.0", git = "https://github.com/khonsulabs/figures", features = [
figures = { version = "0.3.0", features = [
"wgpu",
"winit",
"bytemuck",
Expand Down

0 comments on commit 841e64d

Please sign in to comment.