mirror of
https://github.com/servo/servo.git
synced 2025-06-13 19:04:30 +00:00
[chore] Update 'half' in components/canvas (#30098)
This removes a duplicate version
This commit is contained in:
parent
963104e5fc
commit
a7bd9f0d43
3 changed files with 3 additions and 10 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
@ -626,7 +626,7 @@ dependencies = [
|
||||||
"font-kit",
|
"font-kit",
|
||||||
"gfx",
|
"gfx",
|
||||||
"gleam",
|
"gleam",
|
||||||
"half 1.8.2",
|
"half",
|
||||||
"ipc-channel",
|
"ipc-channel",
|
||||||
"log",
|
"log",
|
||||||
"lyon_geom 1.0.4",
|
"lyon_geom 1.0.4",
|
||||||
|
@ -1576,7 +1576,7 @@ checksum = "bdd2162b720141a91a054640662d3edce3d50a944a50ffca5313cd951abb35b4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bit_field",
|
"bit_field",
|
||||||
"flume",
|
"flume",
|
||||||
"half 2.2.1",
|
"half",
|
||||||
"lebe",
|
"lebe",
|
||||||
"miniz_oxide 0.6.2",
|
"miniz_oxide 0.6.2",
|
||||||
"rayon-core",
|
"rayon-core",
|
||||||
|
@ -2544,12 +2544,6 @@ dependencies = [
|
||||||
"tracing",
|
"tracing",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "half"
|
|
||||||
version = "1.8.2"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "half"
|
name = "half"
|
||||||
version = "2.2.1"
|
version = "2.2.1"
|
||||||
|
|
|
@ -26,7 +26,7 @@ font-kit = "0.11"
|
||||||
fnv = { workspace = true }
|
fnv = { workspace = true }
|
||||||
gfx = { path = "../gfx" }
|
gfx = { path = "../gfx" }
|
||||||
gleam = { workspace = true }
|
gleam = { workspace = true }
|
||||||
half = "1"
|
half = "2"
|
||||||
ipc-channel = { workspace = true }
|
ipc-channel = { workspace = true }
|
||||||
log = { workspace = true }
|
log = { workspace = true }
|
||||||
lyon_geom = "1.0.4"
|
lyon_geom = "1.0.4"
|
||||||
|
|
|
@ -27,7 +27,6 @@ packages = [
|
||||||
"cookie",
|
"cookie",
|
||||||
"fixedbitset",
|
"fixedbitset",
|
||||||
"getrandom",
|
"getrandom",
|
||||||
"half",
|
|
||||||
"image",
|
"image",
|
||||||
"itoa",
|
"itoa",
|
||||||
"libloading",
|
"libloading",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue