implot-rs/implot-sys/Cargo.toml
silvana e6a6f67b4d Update to imgui-rs 0.11.0.
Remove a lot of code 'temporarily' while we do some restructuring.
2023-09-22 13:09:38 +02:00

19 lines
493 B
TOML

[package]
name = "implot-sys"
version = "0.11.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 = { version = "0.11.0", features = ["docking"] }
libc = "0.2.148"
[build-dependencies]
cc = "1.0"