Skip to content

Commit

Permalink
use xwt fork
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed Sep 5, 2024
1 parent ab9f97f commit a3f1871
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 90 deletions.
107 changes: 21 additions & 86 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ wasm-bindgen = "=0.2.92"
wasm-bindgen-futures = "0.4.41"
web-sys = "0.3.68"
wit-bindgen-rt = { version = "0.23.0", features = ["bitflags"] }
wtransport = "0.1.8"
xwt-core = "0.5.0"
xwt-wtransport = "0.9.0"
wtransport = "0.3.0"
xwt-core = { version = "0.5.0", git = "https://github.com/kayhhh/xwt" }
xwt-wtransport = { version = "0.9.0", git = "https://github.com/kayhhh/xwt" }

[workspace.metadata.release]
publish = false
Expand Down
2 changes: 1 addition & 1 deletion crates/unavi-networking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ xwt-futures-io = { path = "../xwt-futures-io" }
[target.'cfg(target_family = "wasm")'.dependencies]
wasm-bindgen-futures.workspace = true
wasm-bindgen.workspace = true
xwt-web-sys = "0.12.0"
xwt-web-sys = { version = "0.12.0", git = "https://github.com/kayhhh/xwt" }

[target.'cfg(not(target_family = "wasm"))'.dependencies]
wtransport = { workspace = true, features = ["dangerous-configuration"] }
Expand Down
1 change: 1 addition & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,6 @@ unknown-git = "deny"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
allow-git = [
"https://github.com/kayhhh/wasm-bridge",
"https://github.com/kayhhh/xwt",
"https://github.com/unavi-xyz/bevy_vrm",
]

0 comments on commit a3f1871

Please sign in to comment.