mirror of
https://github.com/danbulant/cushy
synced 2026-07-04 02:30:42 +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",
|
// "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
2
Cargo.lock
generated
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue