mirror of
https://github.com/italicsjenga/muda.git
synced 2025-01-26 02:56:34 +11:00
update crate metadata
This commit is contained in:
parent
31e2624ada
commit
7021b6c585
2 changed files with 7 additions and 1 deletions
|
@ -3,6 +3,12 @@ name = "minit"
|
|||
version = "0.0.0"
|
||||
description = "Cross-platform menu creation library."
|
||||
edition = "2021"
|
||||
keywords = ["windowing", "menu"]
|
||||
license = "Apache-2.0 OR MIT"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/amrbashir/minit"
|
||||
documentation = "https://docs.rs/minit"
|
||||
categories = ["gui"]
|
||||
|
||||
[dependencies]
|
||||
crossbeam-channel = "0.5"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# minit
|
||||
|
||||
Cross-platform menu creation library.
|
||||
Cross-platform menu creation library and management in Rust.
|
||||
|
||||
## Example
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue