Added metadata to Cargo.toml

This commit is contained in:
4bb4 2020-10-12 18:00:27 +02:00
parent 305c244373
commit f8bb5d07c4

View file

@ -8,6 +8,7 @@ homepage = "https://github.com/4bb4/implot-rs"
repository = "https://github.com/4bb4/implot-rs" repository = "https://github.com/4bb4/implot-rs"
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
categories = ["gui", "api-bindings"] categories = ["gui", "api-bindings"]
readme = "README.md"
[dependencies] [dependencies]
implot-sys = { version = "0.1.0", path = "implot-sys" } implot-sys = { version = "0.1.0", path = "implot-sys" }