Update to imgui-rs 0.11.0.

Remove a lot of code 'temporarily' while we do some restructuring.
This commit is contained in:
silvana 2023-09-22 13:09:38 +02:00
parent cdd3888446
commit e6a6f67b4d
13 changed files with 13520 additions and 4963 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "implot-sys"
version = "0.6.0"
version = "0.11.0"
edition = "2018"
authors = ["Sandro Merkli", "implot-rs contributors"]
description = "Raw FFI bindings to implot"
@ -12,7 +12,8 @@ build = "build.rs"
links = "implot"
[dependencies]
imgui-sys = "0.8.0"
imgui-sys = { version = "0.11.0", features = ["docking"] }
libc = "0.2.148"
[build-dependencies]
cc = "1.0"

15739
implot-sys/src/bindings.rs generated

File diff suppressed because it is too large Load diff

@ -1 +1 @@
Subproject commit 374317a84121a01868aa5274dbcf1c5a5df96e8c
Subproject commit 82d498a5bf0d945b1db21c80ba3ce69350930022