Skip to content

Commit

Permalink
Preparing v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ecton committed May 12, 2024
1 parent daccac2 commit db2296c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- markdownlint-disable no-duplicate-heading -->

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

### Breaking Changes

Expand Down
15 changes: 9 additions & 6 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
Expand Up @@ -3,7 +3,7 @@ members = ["cushy-macros", "guide/guide-examples"]

[package]
name = "cushy"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
description = "A wgpu-powered graphical user interface (GUI) library with a reactive data model"
repository = "https://github.com/khonsulabs/cushy"
Expand All @@ -22,11 +22,8 @@ tokio = ["dep:tokio"]
tokio-multi-thread = ["tokio", "tokio/rt-multi-thread"]

[dependencies]
# kludgine = { version = "0.7.0", features = ["app"] }
kludgine = { git = "https://github.com/khonsulabs/kludgine", features = [
"app",
] }
figures = { version = "0.2.1", git = "https://github.com/khonsulabs/figures" }
kludgine = { version = "0.8.0", features = ["app"] }
figures = { version = "0.3.0" }
alot = "0.3"
interner = "0.2.1"
kempt = "0.2.1"
Expand Down

0 comments on commit db2296c

Please sign in to comment.