argui-paint 0.2.1

Renderer-independent painting primitives for Argui
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "argui-core"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93993eae11dc6a28dac2d1904fb40cdde1e435202c2fd614df6f7045e4435b38"

[[package]]
name = "argui-paint"
version = "0.2.1"
dependencies = [
 "argui-core",
]