mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
ohos: Bump ohos-vsync and ohos-sys (#34155)
Signed-off-by: Jonathan Schwender <jonathan.schwender@huawei.com>
This commit is contained in:
parent
ee7b207f96
commit
0231571ecf
2 changed files with 15 additions and 6 deletions
17
Cargo.lock
generated
17
Cargo.lock
generated
|
@ -5147,15 +5147,18 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "ohos-sys"
|
||||
version = "0.3.1"
|
||||
version = "0.4.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "491c77f0fe6b4336266f9da68b8dffb15d3bbe19c32ac0145b861851af3c8e41"
|
||||
checksum = "8a786868a20866e5682c6666ebd84435563d7ff2d6088576d958c1bb7475e460"
|
||||
dependencies = [
|
||||
"xcomponent-sys",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ohos-vsync"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5871e38034a33e8d43c711a40d39e24fd3500f43b61b9269b8586f608a70aec3"
|
||||
checksum = "f861dc51ec885943dc9fcb757c26b1e934cc307daf79e025a0bf68a4875fc4a8"
|
||||
dependencies = [
|
||||
"ohos-sys",
|
||||
]
|
||||
|
@ -8918,6 +8921,12 @@ dependencies = [
|
|||
"rustix",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "xcomponent-sys"
|
||||
version = "0.1.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "663e26cce4f574daf506a01f4e5cfedd5355c60afebc30daeeeea95f38f6b600"
|
||||
|
||||
[[package]]
|
||||
name = "xcursor"
|
||||
version = "0.3.8"
|
||||
|
|
|
@ -88,8 +88,8 @@ ipc-channel = { workspace = true, features = ["force-inprocess"] }
|
|||
hilog = "0.1.1"
|
||||
napi-derive-ohos = "1.0.1"
|
||||
napi-ohos = "0.1"
|
||||
ohos-sys = { version = "0.3.1", features = ["xcomponent"] }
|
||||
ohos-vsync = "0.1"
|
||||
ohos-sys = { version = "0.4.0", features = ["xcomponent"] }
|
||||
ohos-vsync = "0.1.2"
|
||||
|
||||
[target.'cfg(any(target_os = "android", target_env = "ohos"))'.dependencies]
|
||||
nix = { workspace = true, features = ["fs"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue