From d1e728f419c9ee05d1ec4abc09620af118b37589 Mon Sep 17 00:00:00 2001 From: 4bb4 <67376761+4bb4@users.noreply.github.com> Date: Tue, 11 Jan 2022 14:14:25 +0100 Subject: [PATCH] More relaxing --- implot-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implot-sys/Cargo.toml b/implot-sys/Cargo.toml index 1ae0f36..749f284 100644 --- a/implot-sys/Cargo.toml +++ b/implot-sys/Cargo.toml @@ -12,7 +12,7 @@ build = "build.rs" links = "implot" [dependencies] -imgui-sys = "=0.8.0" +imgui-sys = "0.8.0" [build-dependencies] cc = "1.0"