xwt 0.18.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
[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.18.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"]