mirror of
https://github.com/danbulant/cushy
synced 2026-07-07 12:10:44 +00:00
Preparing v0.1.3
This commit is contained in:
parent
c0620839c4
commit
9aaf22c903
4 changed files with 4 additions and 4 deletions
|
|
@ -34,7 +34,7 @@ Configuration(
|
||||||
// "msrv": "1.70",
|
// "msrv": "1.70",
|
||||||
"ref-name": (
|
"ref-name": (
|
||||||
default: "main",
|
default: "main",
|
||||||
release: "v0.1.2",
|
release: "v0.1.3",
|
||||||
),
|
),
|
||||||
"docs": (
|
"docs": (
|
||||||
default: "https://gooey.rs/main/gooey/",
|
default: "https://gooey.rs/main/gooey/",
|
||||||
|
|
|
||||||
|
|
@ -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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## Unreleased
|
## v0.1.3 (2023-12-19)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
|
|
||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -869,7 +869,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "gooey"
|
name = "gooey"
|
||||||
version = "0.1.2"
|
version = "0.1.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ahash",
|
"ahash",
|
||||||
"alot",
|
"alot",
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "gooey"
|
name = "gooey"
|
||||||
version = "0.1.2"
|
version = "0.1.3"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "A wgpu-powered graphical user interface (GUI) library with a reactive data model"
|
description = "A wgpu-powered graphical user interface (GUI) library with a reactive data model"
|
||||||
repository = "https://github.com/khonsulabs/gooey"
|
repository = "https://github.com/khonsulabs/gooey"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue