Thom Chiovoloni 767e8058fb Updates for ownership transfer.
- Various links now point at the new imgui-rs/imgui-rs github repo.
- As discussed, the `authors` entry in Cargo.toml now uses same text
  that appears in `LICENSE-MIT`, and doesn't list anybody directly.
2020-12-04 05:54:15 -08:00

17 lines
385 B
TOML

[package]
name = "imgui-sys-bindgen"
version = "0.0.0"
authors = ["The imgui-rs Developers"]
edition = "2018"
description = "imgui-sys bindings updater"
homepage = "https://github.com/imgui-rs/imgui-rs"
repository = "https://github.com/imgui-rs/imgui-rs"
license = "MIT/Apache-2.0"
publish = false
[dependencies]
bindgen = "0.55"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"