mirror of
https://github.com/danbulant/cushy
synced 2026-06-19 14:31:04 +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",
|
||||
"ref-name": (
|
||||
default: "main",
|
||||
release: "v0.1.2",
|
||||
release: "v0.1.3",
|
||||
),
|
||||
"docs": (
|
||||
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/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## Unreleased
|
||||
## v0.1.3 (2023-12-19)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
|||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -869,7 +869,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "gooey"
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"alot",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "gooey"
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
edition = "2021"
|
||||
description = "A wgpu-powered graphical user interface (GUI) library with a reactive data model"
|
||||
repository = "https://github.com/khonsulabs/gooey"
|
||||
|
|
|
|||
Loading…
Reference in a new issue