From 3f1a39861fe210f234cd2e15ee46224dd1348f16 Mon Sep 17 00:00:00 2001 From: 4bb4 <67376761+4bb4@users.noreply.github.com> Date: Wed, 11 Nov 2020 20:09:55 +0100 Subject: [PATCH] Updated a dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0a06753..87db722 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ categories = ["gui", "api-bindings"] readme = "README.md" [dependencies] -implot-sys = { version = "0.1.0", path = "implot-sys" } +implot-sys = { version = "0.2.0", path = "implot-sys" } imgui = { version = "0.5.0" } bitflags = "1.0" parking_lot = "0.11"