mirror of
https://github.com/danbulant/cushy
synced 2026-06-14 20:11:04 +00:00
Preparing v0.1.2
This commit is contained in:
parent
a1e3082527
commit
75eb96b5f5
3 changed files with 3 additions and 3 deletions
|
|
@ -34,7 +34,7 @@ Configuration(
|
|||
// "msrv": "1.70",
|
||||
"ref-name": (
|
||||
default: "main",
|
||||
release: "v0.1.1",
|
||||
release: "v0.1.2",
|
||||
),
|
||||
"docs": (
|
||||
default: "https://gooey.rs/main/gooey/",
|
||||
|
|
|
|||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -869,7 +869,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "gooey"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"alot",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "gooey"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
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