Automated the work from #16
This commit is contained in:
parent
3c30e3f919
commit
5779f7e6d6
6 changed files with 69 additions and 958 deletions
5
implot-examples/implot-wgpu-demo/Cargo.lock
generated
5
implot-examples/implot-wgpu-demo/Cargo.lock
generated
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue