implot-rs/implot-sys/Cargo.toml
Benedikt Mandelkow c5ec153488 update imgui 0.6
2020-11-29 12:49:26 +01:00

18 lines
436 B
TOML

[package]
name = "implot-sys"
version = "0.2.0"
edition = "2018"
authors = ["Sandro Merkli", "implot-rs contributors"]
description = "Raw FFI bindings to implot"
homepage = "https://github.com/4bb4/implot-rs"
repository = "https://github.com/4bb4/implot-rs"
license = "MIT/Apache-2.0"
categories = ["gui", "external-ffi-bindings"]
build = "build.rs"
links = "implot"
[dependencies]
imgui-sys = "0.6.0"
[build-dependencies]
cc = "1.0"