mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +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",
|
||||
"gfx",
|
||||
"gleam",
|
||||
"half 1.8.2",
|
||||
"half",
|
||||
"ipc-channel",
|
||||
"log",
|
||||
"lyon_geom 1.0.4",
|
||||
|
@ -1576,7 +1576,7 @@ checksum = "bdd2162b720141a91a054640662d3edce3d50a944a50ffca5313cd951abb35b4"
|
|||
dependencies = [
|
||||
"bit_field",
|
||||
"flume",
|
||||
"half 2.2.1",
|
||||
"half",
|
||||
"lebe",
|
||||
"miniz_oxide 0.6.2",
|
||||
"rayon-core",
|
||||
|
@ -2544,12 +2544,6 @@ dependencies = [
|
|||
"tracing",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "half"
|
||||
version = "1.8.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
|
||||
|
||||
[[package]]
|
||||
name = "half"
|
||||
version = "2.2.1"
|
||||
|
|
|
@ -26,7 +26,7 @@ font-kit = "0.11"
|
|||
fnv = { workspace = true }
|
||||
gfx = { path = "../gfx" }
|
||||
gleam = { workspace = true }
|
||||
half = "1"
|
||||
half = "2"
|
||||
ipc-channel = { workspace = true }
|
||||
log = { workspace = true }
|
||||
lyon_geom = "1.0.4"
|
||||
|
|
|
@ -27,7 +27,6 @@ packages = [
|
|||
"cookie",
|
||||
"fixedbitset",
|
||||
"getrandom",
|
||||
"half",
|
||||
"image",
|
||||
"itoa",
|
||||
"libloading",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue