implot-rs/implot-sys/Cargo.toml
4bb4 42adfb57fb Added submodule for cimplot and some build code
This points to aloucks' fork instead of imgui-rs directly
so I can try out the PR. Doesn't seem to work as expected
yet though, trying to read the env var doesn't show anything.

I'm probably doing it wrong.
2020-07-02 21:15:22 +02:00

13 lines
371 B
TOML

[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"
[build-dependencies]
cc = "1.0"
imgui = { git = "https://github.com/aloucks/imgui-rs/", branch = "export_include" }