xwt 0.15.0

A common WebTransport interface for browser and native. Write once, run anywhere. Originally intended for use with bevy.
Documentation
[dependencies.cfg-if]
version = "1"

[package]
description = """
A common WebTransport interface for browser and native.
Write once, run anywhere. Originally intended for use with bevy.
"""
edition = "2021"
license = "MIT"
name = "xwt"
repository = "https://github.com/MOZGIII/xwt"
resolver = "2"
version = "0.15.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.9"

[target.'cfg(target_family = "wasm")'.dependencies.xwt-web-sys]
default-features = false
version = "0.12"