Fixed conversions
This commit is contained in:
parent
40766c3435
commit
3c30e3f919
2 changed files with 8 additions and 5 deletions
5
implot-examples/implot-glium-demo/Cargo.lock
generated
5
implot-examples/implot-glium-demo/Cargo.lock
generated
|
@ -650,12 +650,11 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "implot"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"imgui",
|
||||
"implot-sys",
|
||||
"lazy_static",
|
||||
"parking_lot",
|
||||
"rustversion",
|
||||
]
|
||||
|
@ -678,7 +677,7 @@ dependencies = [
|
|||
|
||||
[[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