13 lines
287 B
TOML
13 lines
287 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"
|