Skip to content

Commit

Permalink
Removed glium cargo patch, updated glium to 0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob2309 committed Feb 13, 2024
1 parent ca05418 commit 1a3e7ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Expand Up @@ -13,6 +13,3 @@ members = [

package.rust-version = "1.70"
resolver = "2"

[patch.crates-io]
glium = { git="https://github.com/glium/glium" }
2 changes: 1 addition & 1 deletion imgui-examples/Cargo.toml
Expand Up @@ -10,7 +10,7 @@ publish = false

[dev-dependencies]
copypasta = "0.8"
glium = { version = "0.33.0", default-features = true }
glium = { version = "0.34.0", default-features = true }
image = "0.23"
imgui = { path = "../imgui", features = ["tables-api"] }
imgui-glium-renderer = { path = "../imgui-glium-renderer" }
Expand Down
4 changes: 2 additions & 2 deletions imgui-glium-renderer/Cargo.toml
Expand Up @@ -10,11 +10,11 @@ license = "MIT OR Apache-2.0"
categories = ["gui", "rendering"]

[dependencies]
glium = { version = "0.33.0", default-features = false }
glium = { version = "0.34.0", default-features = false }
imgui = { version = "0.11.0", path = "../imgui" }

[dev-dependencies]
glium = { version = "0.33.0", default-features = false, features = ["glutin_backend"] }
glium = { version = "0.34.0", default-features = false, features = ["glutin_backend"] }
imgui-winit-support = {path = "../imgui-winit-support"}
glutin = "0.31.1"
glutin-winit = "0.4.2"
Expand Down

0 comments on commit 1a3e7ca

Please sign in to comment.