zgui 0.1.2

PLACEHOLDER - A full Rust GUI library using wgpu as backend
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "zgui"
version.workspace = true
edition.workspace = true
description.workspace = true
readme.workspace = true
license-file.workspace = true
include = [
    "Cargo.toml",
    "../LICENSE",
    "../README.md",
    "src/**",
]

[dependencies]
zgui-core.workspace = true
zgui-widgets.workspace = true