zero-dialog 0.1.0

Ultra-lightweight, dependency-free system dialog library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "zero-dialog"
version = "0.1.0"
edition = "2021"
authors = ["lzyor"]
readme = "README.md"
license = "MIT OR Apache-2.0"
description = "Ultra-lightweight, dependency-free system dialog library."
homepage = "https://github.com/lzyor/zero-dialog"
repository = "https://github.com/lzyor/zero-dialog"
keywords = ["dialog", "gui"]
categories = ["gui"]

[lints.rust]
unsafe_code = "allow"

[dependencies]