implot-rs/implot-sys/Cargo.toml

19 lines
493 B
TOML
Raw Normal View History

2020-07-01 19:35:13 +00:00
[package]
name = "implot-sys"
version = "0.1.0"
edition = "2018"
authors = ["Sandro Merkli", "implot-rs contributors"]
description = "Raw FFI bindings to implot"
license = "MIT/Apache-2.0"
categories = ["gui", "external-ffi-bindings"]
build = "build.rs"
links = "implot"
2020-07-01 19:35:13 +00:00
[dependencies]
imgui-sys = { git = "https://github.com/Gekkio/imgui-rs/", branch = "master" }
imgui = { git = "https://github.com/Gekkio/imgui-rs/", branch = "master" }
2020-07-01 19:35:13 +00:00
[build-dependencies]
cc = "1.0"
bindgen = "0.53.1"