xwt 0.11.0

A common WebTransport interface for browser and native. Write once, run anywhere. Originally intended for use with bevy.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
description = "A common WebTransport interface for browser and native.\nWrite once, run anywhere. Originally intended for use with bevy.\n"
edition = "2021"
license = "MIT"
name = "xwt"
repository = "https://github.com/MOZGIII/xwt"
resolver = "2"
version = "0.11.0"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-pc-windows-msvc", "i686-unknown-linux-gnu", "i686-pc-windows-msvc", "wasm32-unknown-unknown"]
[target."cfg(not(target_family = \"wasm\"))".dependencies.xwt-wtransport]
default-features = false
version = "0.6"
[target."cfg(target_family = \"wasm\")".dependencies.xwt-web-sys]
default-features = false
version = "0.10"