make protocol handlers registrable (#33104)

Signed-off-by: webbeef <me@webbeef.org>
This commit is contained in:
webbeef 2024-08-21 21:11:16 -07:00 committed by GitHub
parent 562d32c051
commit 663a92a5df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 516 additions and 219 deletions

5
Cargo.lock generated
View file

@ -890,6 +890,7 @@ dependencies = [
"keyboard-types",
"libc",
"log",
"net",
"net_traits",
"pixels",
"profile_traits",
@ -6190,7 +6191,9 @@ dependencies = [
"gl_generator",
"gleam",
"glow 0.13.1",
"headers",
"hilog",
"http",
"image",
"ipc-channel",
"jni",
@ -6201,6 +6204,8 @@ dependencies = [
"log",
"napi-derive-ohos",
"napi-ohos",
"net",
"net_traits",
"nix",
"ohos-sys",
"raw-window-handle",