mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Bump gleam to 0.2.8
This commit is contained in:
parent
72e9884a2b
commit
79c68f54e3
5 changed files with 5 additions and 5 deletions
|
@ -40,5 +40,5 @@ git = "https://github.com/servo/webrender_traits"
|
|||
[dependencies]
|
||||
log = "0.3"
|
||||
num = "0.1.24"
|
||||
gleam = "0.2"
|
||||
gleam = "0.2.8"
|
||||
euclid = {version = "0.6.4", features = ["plugins"]}
|
||||
|
|
|
@ -91,7 +91,7 @@ git = "https://github.com/servo/webrender"
|
|||
[dependencies]
|
||||
app_units = {version = "0.2.3", features = ["plugins"]}
|
||||
euclid = {version = "0.6.4", features = ["plugins"]}
|
||||
gleam = "0.2"
|
||||
gleam = "0.2.8"
|
||||
image = "0.7"
|
||||
log = "0.3"
|
||||
num = "0.1.24"
|
||||
|
|
|
@ -10,7 +10,7 @@ crate-type = ["dylib"]
|
|||
|
||||
[dependencies]
|
||||
euclid = {version = "0.6.4", features = ["plugins"]}
|
||||
gleam = "0.2"
|
||||
gleam = "0.2.8"
|
||||
libc = "0.2"
|
||||
url = {version = "0.5.7", features = ["heap_size"]}
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ headless = ["servo-glutin/headless"]
|
|||
[dependencies]
|
||||
bitflags = "0.3"
|
||||
url = {version = "0.5.7", features = ["heap_size"]}
|
||||
gleam = "0.2"
|
||||
gleam = "0.2.8"
|
||||
euclid = {version = "0.6.4", features = ["plugins"]}
|
||||
servo-glutin = "0.4"
|
||||
|
||||
|
|
|
@ -54,5 +54,5 @@ time = "0.1.17"
|
|||
errno = "0.1"
|
||||
libc = "0.2"
|
||||
euclid = {version = "0.6.4", features = ["plugins"]}
|
||||
gleam = "0.2"
|
||||
gleam = "0.2.8"
|
||||
servo-egl = "0.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue