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"
|
2020-08-04 20:05:04 +00:00
|
|
|
homepage = "https://github.com/4bb4/implot-rs"
|
|
|
|
repository = "https://github.com/4bb4/implot-rs"
|
2020-07-01 19:35:13 +00:00
|
|
|
license = "MIT/Apache-2.0"
|
|
|
|
categories = ["gui", "external-ffi-bindings"]
|
|
|
|
build = "build.rs"
|
2020-08-01 16:28:17 +00:00
|
|
|
links = "implot"
|
2020-07-01 19:35:13 +00:00
|
|
|
|
2020-07-12 12:29:02 +00:00
|
|
|
[dependencies]
|
2020-09-13 11:57:01 +00:00
|
|
|
imgui-sys = { git = "https://github.com/Gekkio/imgui-rs/", rev = "66260c123b9a80275bd3a366ef403444db11a676" }
|
|
|
|
imgui = { git = "https://github.com/Gekkio/imgui-rs/", rev = "66260c123b9a80275bd3a366ef403444db11a676" }
|
2020-07-12 12:29:02 +00:00
|
|
|
|
2020-07-01 19:35:13 +00:00
|
|
|
[build-dependencies]
|
|
|
|
cc = "1.0"
|