ohos: Bump ohos-sys to v0.2.1 (#32834)

* ohos: Use ohos-sys from crates.io

Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>

* ohos: Bump ohos-sys to v0.2.1

Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>

---------

Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
This commit is contained in:
Jonathan Schwender 2024-07-23 09:58:54 +02:00 committed by GitHub
parent 2a31e62e2c
commit d46c66f9da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 9 deletions

View file

@ -87,7 +87,7 @@ napi-ohos = "0.1"
serde_json = { workspace = true }
surfman = { workspace = true, features = ["sm-angle-default"] }
webxr = { git = "https://github.com/servo/webxr" }
ohos-sys = { git = "https://github.com/jschwe/ohos-sys.git" }
ohos-sys = { version = "0.2.1", features = ["xcomponent"] }
[target.'cfg(not(any(target_os = "android", target_env = "ohos")))'.dependencies]