Skip to content

Commit

Permalink
Upgrade to gleam 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
mrobinson committed Jan 25, 2024
1 parent bb4ffd2 commit b09563c
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
16 changes: 9 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example-compositor/compositor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MPL-2.0"

[dependencies]
webrender = { path = "../../webrender" }
gleam = "0.13.1"
gleam = "0.15"

[target.'cfg(windows)'.dependencies]
compositor-windows = { path = "../compositor-windows" }
Expand Down
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ debug = ["webrender/capture", "webrender/profiler"]
app_units = "0.7"
env_logger = "0.5"
euclid = "0.22"
gleam = "0.13"
gleam = "0.15"
glutin = "0.21"
rayon = "1"
webrender = { path = "../webrender" }
Expand Down
2 changes: 1 addition & 1 deletion swgl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ glsl-to-cxx = { path = "../glsl-to-cxx" }
webrender_build = { path = "../webrender_build" }

[dependencies]
gleam = "0.13.1"
gleam = "0.15"
2 changes: 1 addition & 1 deletion webrender/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ byteorder = "1.0"
cstr = "0.2"
euclid = { version = "0.22.0", features = ["serde"] }
fxhash = "0.2.1"
gleam = "0.13.1"
gleam = "0.15"
lazy_static = "1"
log = "0.4"
malloc_size_of_derive = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion wrench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"
[dependencies]
base64 = "0.12"
env_logger = { version = "0.5", optional = true }
gleam = "0.13"
gleam = "0.15"
glutin = "0.21"
clap = { version = "2", features = ["yaml"] }
log = "0.4"
Expand Down

0 comments on commit b09563c

Please sign in to comment.