Skip to content

Commit 7f0a1e0

Browse files
committed
Fill out cargo.toml for conrod_vulkano
1 parent 9fe9f6f commit 7f0a1e0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

backends/conrod_vulkano/Cargo.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ authors = [
66
"Kurble",
77
"Abendstolz",
88
]
9+
keywords = ["ui", "widgets", "gui", "interface", "graphics"]
10+
description = "An easy-to-use, 100% Rust, extensible 2D GUI library."
11+
license = "MIT OR Apache-2.0"
12+
readme = "../../README.md"
13+
repository = "https://github.com/pistondevelopers/conrod.git"
14+
homepage = "https://github.com/pistondevelopers/conrod"
15+
documentation = "https://docs.rs/conrod"
16+
categories = ["gui"]
917
edition = "2018"
1018

1119
[dependencies]

0 commit comments

Comments
 (0)