Skip to content

Commit

Permalink
Merge pull request #584 from phaazon/dependabot/cargo/master/glfw-0.44
Browse files Browse the repository at this point in the history
Update glfw requirement from 0.43 to 0.44
  • Loading branch information
hadronized committed Apr 22, 2022
2 parents 58b53f9 + 753590d commit 71f7664
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/desktop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ funtest-gl33-f64-uniform = ["luminance-examples/funtest-gl33-f64-uniform"]

[dependencies]
env_logger = "0.9.0"
glfw = "0.43"
glfw = "0.44"
image = "0.24.1"
log = "0.4.11"
luminance = { version = "0.47", path = "../../luminance" }
Expand Down
6 changes: 6 additions & 0 deletions luminance-glfw/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ how `cargo` resolves dependencies. `cargo update` is not enough, because all lum
[SemVer ranges](https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html) to stay
compatible with as many crates as possible. In that case, you want `cargo update --aggressive`.

# 0.18.2

> Apr 22, 2022
- Support of `glfw-0.44`.

# 0.18.1

> Apr 12, 2022
Expand Down
4 changes: 2 additions & 2 deletions luminance-glfw/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "luminance-glfw"
version = "0.18.1"
version = "0.18.2"
license = "BSD-3-Clause"
authors = ["Dimitri Sabadie <dimitri.sabadie@gmail.com>"]
description = "GLFW support for luminance"
Expand All @@ -18,7 +18,7 @@ maintenance = { status = "actively-developed" }

[dependencies]
gl = "0.14"
glfw = { version = "0.43", default-features = false }
glfw = { version = ">=0.43, <0.45", default-features = false }
luminance = { version = ">=0.46, <0.48", path = "../luminance" }
luminance-gl = { version = "0.19", path = "../luminance-gl" }

Expand Down

0 comments on commit 71f7664

Please sign in to comment.