diff --git a/Cargo.toml b/Cargo.toml index b370540..9a9d6b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ readme = "README.md" [dependencies] implot-sys = { version = "0.6.0", path = "implot-sys" } -imgui = { version = "=0.8.0" } +imgui = { version = "0.8.0" } bitflags = "1.0" parking_lot = "0.11" rustversion = "1.0.4" diff --git a/implot-examples/examples-shared/Cargo.toml b/implot-examples/examples-shared/Cargo.toml index b46861e..b7e67cc 100644 --- a/implot-examples/examples-shared/Cargo.toml +++ b/implot-examples/examples-shared/Cargo.toml @@ -8,4 +8,4 @@ edition = "2018" [dependencies] implot = { path = "../../" } -imgui = "=0.8.0" +imgui = "0.8.0" diff --git a/implot-examples/implot-glium-demo/Cargo.toml b/implot-examples/implot-glium-demo/Cargo.toml index 76c72c9..47985a8 100644 --- a/implot-examples/implot-glium-demo/Cargo.toml +++ b/implot-examples/implot-glium-demo/Cargo.toml @@ -14,9 +14,9 @@ clipboard = "0.5" glium = { version = "0.30", default-features = true } image = "0.23" imgui-sys = "0.8.0" -imgui = "=0.8.0" -imgui-glium-renderer = "=0.8.0" -imgui-winit-support = "=0.8.0" +imgui = "0.8.0" +imgui-glium-renderer = "0.8.0" +imgui-winit-support = "0.8.0" implot-sys = { path = "../../implot-sys" } implot = { path = "../../" } diff --git a/implot-examples/implot-wgpu-demo/Cargo.toml b/implot-examples/implot-wgpu-demo/Cargo.toml index 31721ce..fe425be 100644 --- a/implot-examples/implot-wgpu-demo/Cargo.toml +++ b/implot-examples/implot-wgpu-demo/Cargo.toml @@ -11,7 +11,7 @@ implot = { path = "../../" } wgpu = "0.10" winit = "0.25" # opening windows and handling input futures = "^0.3.5" # executing async functions using blocking executor -imgui = "=0.8.0" -imgui-winit-support = "=0.8.0" # connection of input (keys) to imgui -imgui-wgpu = "=0.17.1" +imgui = "0.8.0" +imgui-winit-support = "0.8.0" # connection of input (keys) to imgui +imgui-wgpu = "0.17.1" examples-shared = { path = "../examples-shared" } diff --git a/implot-sys-bindgen/Cargo.toml b/implot-sys-bindgen/Cargo.toml index 948ffe6..e024f0a 100644 --- a/implot-sys-bindgen/Cargo.toml +++ b/implot-sys-bindgen/Cargo.toml @@ -6,4 +6,4 @@ edition = "2018" [dependencies] bindgen = "0.57" -imgui-sys = { version = "=0.8.0" } +imgui-sys = { version = "0.8.0" }