6179cf1f8d
Due to the yanking of imgui-winit-support 0.6.1, builds that did not have a lock file started failing in places. I've now locked the versions of imgui and friends to exactly 0.6.0 to avert those issues for the time being, with the longer-term fix being the upgrade of all those to 0.7.0 in #13.
18 lines
437 B
TOML
18 lines
437 B
TOML
[package]
|
|
name = "implot-sys"
|
|
version = "0.3.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"
|