Automated the work from #16

This commit is contained in:
4bb4 2021-03-17 19:17:14 +01:00
parent 3c30e3f919
commit 5779f7e6d6
6 changed files with 69 additions and 958 deletions

View file

@ -660,19 +660,18 @@ dependencies = [
[[package]]
name = "implot"
version = "0.3.0"
version = "0.4.0"
dependencies = [
"bitflags",
"imgui",
"implot-sys",
"lazy_static",
"parking_lot",
"rustversion",
]
[[package]]
name = "implot-sys"
version = "0.3.0"
version = "0.4.0"
dependencies = [
"cc",
"imgui-sys",