mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Bump azure to 0.4.1
This commit is contained in:
parent
680c817d53
commit
77dd83562e
3 changed files with 28 additions and 28 deletions
18
components/servo/Cargo.lock
generated
18
components/servo/Cargo.lock
generated
|
@ -94,8 +94,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
|
||||
[[package]]
|
||||
name = "azure"
|
||||
version = "0.4.0"
|
||||
source = "git+https://github.com/servo/rust-azure#818581a03542c79d65cc37da984eb6b1a83222a5"
|
||||
version = "0.4.1"
|
||||
source = "git+https://github.com/servo/rust-azure#d85c4f5d46338fcba3795ad3adc89cac9a64873f"
|
||||
dependencies = [
|
||||
"core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -148,7 +148,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
name = "canvas"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"azure 0.4.0 (git+https://github.com/servo/rust-azure)",
|
||||
"azure 0.4.1 (git+https://github.com/servo/rust-azure)",
|
||||
"canvas_traits 0.0.1",
|
||||
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"gfx_traits 0.0.1",
|
||||
|
@ -166,7 +166,7 @@ dependencies = [
|
|||
name = "canvas_traits"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"azure 0.4.0 (git+https://github.com/servo/rust-azure)",
|
||||
"azure 0.4.1 (git+https://github.com/servo/rust-azure)",
|
||||
"cssparser 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"gfx_traits 0.0.1",
|
||||
|
@ -262,7 +262,7 @@ name = "compositing"
|
|||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"app_units 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"azure 0.4.0 (git+https://github.com/servo/rust-azure)",
|
||||
"azure 0.4.1 (git+https://github.com/servo/rust-azure)",
|
||||
"canvas 0.0.1",
|
||||
"canvas_traits 0.0.1",
|
||||
"clipboard 0.1.0 (git+https://github.com/aweinstock314/rust-clipboard)",
|
||||
|
@ -642,7 +642,7 @@ name = "gfx"
|
|||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"app_units 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"azure 0.4.0 (git+https://github.com/servo/rust-azure)",
|
||||
"azure 0.4.1 (git+https://github.com/servo/rust-azure)",
|
||||
"bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"canvas_traits 0.0.1",
|
||||
"core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -694,7 +694,7 @@ dependencies = [
|
|||
name = "gfx_traits"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"azure 0.4.0 (git+https://github.com/servo/rust-azure)",
|
||||
"azure 0.4.1 (git+https://github.com/servo/rust-azure)",
|
||||
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"heapsize 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"heapsize_plugin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -962,7 +962,7 @@ name = "layers"
|
|||
version = "0.2.1"
|
||||
source = "git+https://github.com/servo/rust-layers#b59247811dd221dcceabef597278eece77996c91"
|
||||
dependencies = [
|
||||
"azure 0.4.0 (git+https://github.com/servo/rust-azure)",
|
||||
"azure 0.4.1 (git+https://github.com/servo/rust-azure)",
|
||||
"cgl 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -984,7 +984,7 @@ name = "layout"
|
|||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"app_units 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"azure 0.4.0 (git+https://github.com/servo/rust-azure)",
|
||||
"azure 0.4.1 (git+https://github.com/servo/rust-azure)",
|
||||
"bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"canvas 0.0.1",
|
||||
"canvas_traits 0.0.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue