Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gleam to 0.8.0 #3858

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

Update gleam to 0.8.0

  • Loading branch information
fschutt committed Feb 13, 2020
commit 6087287dff5da4f93f00ab9ec51a59da626e3fe3

Some generated files are not rendered by default. Learn more.

@@ -7,7 +7,7 @@ edition = "2018"

[target.'cfg(windows)'.dependencies]
euclid = "0.20"
gleam = "0.6.2"
gleam = "0.8.0"
mozangle = {version = "0.3.1", features = ["egl"]}
webrender = {path = "../webrender"}
winapi = {version = "0.3", features = ["winerror", "d3d11", "dcomp"]}
@@ -7,7 +7,7 @@ license = "MPL-2.0"

[dependencies]
webrender = { path = "../../webrender" }
gleam = "0.6.2"
gleam = "0.8.0"

[target.'cfg(windows)'.dependencies]
compositor-windows = { path = "../compositor-windows" }
@@ -61,7 +61,7 @@ debug = ["webrender/capture", "webrender/debugger", "webrender/profiler"]
app_units = "0.7"
env_logger = "0.5"
euclid = "0.20"
gleam = "0.6.2"
gleam = "0.8.0"
glutin = "0.21"
rayon = "1"
webrender = { path = "../webrender" }
@@ -32,7 +32,7 @@ cfg-if = "0.1.2"
cstr = "0.1.2"
euclid = { version = "0.20.0", features = ["serde"] }
fxhash = "0.2.1"
gleam = "0.6.17"
gleam = "0.8.0"
image_loader = { optional = true, version = "0.22", package = "image", default-features = false, features = ["png_codec"] }
lazy_static = "1"
log = "0.4"
@@ -12,7 +12,7 @@ bincode = "1.0"
byteorder = "1.0"
env_logger = { version = "0.5", optional = true }
euclid = "0.20"
gleam = "0.6.2"
gleam = "0.8.0"
glutin = "0.21"
app_units = "0.7"
clap = { version = "2", features = ["yaml"] }
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.