Added metadata to Cargo.toml
This commit is contained in:
parent
305c244373
commit
f8bb5d07c4
1 changed files with 1 additions and 0 deletions
|
@ -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" }
|
||||||
|
|
Loading…
Reference in a new issue