Preparing v0.1.2

This commit is contained in:
Jonathan Johnson 2023-12-18 17:15:21 -08:00
parent a1e3082527
commit 75eb96b5f5
No known key found for this signature in database
GPG key ID: A66D6A34D6620579
3 changed files with 3 additions and 3 deletions

View file

@ -34,7 +34,7 @@ Configuration(
// "msrv": "1.70", // "msrv": "1.70",
"ref-name": ( "ref-name": (
default: "main", default: "main",
release: "v0.1.1", release: "v0.1.2",
), ),
"docs": ( "docs": (
default: "https://gooey.rs/main/gooey/", default: "https://gooey.rs/main/gooey/",

2
Cargo.lock generated
View file

@ -869,7 +869,7 @@ dependencies = [
[[package]] [[package]]
name = "gooey" name = "gooey"
version = "0.1.1" version = "0.1.2"
dependencies = [ dependencies = [
"ahash", "ahash",
"alot", "alot",

View file

@ -2,7 +2,7 @@
[package] [package]
name = "gooey" name = "gooey"
version = "0.1.1" version = "0.1.2"
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"