quad-wasmnastics 0.1.2

Utilities that do the gymnastics required to make advanced Macroquad work on wasm.
Documentation
[dependencies.anyhow]
version = "1.0.40"

[dependencies.base64]
version = "0.13.0"

[dependencies.flate2]
version = "1.0.20"

[features]
serde_wrapper = ["serde", "serde_json"]

[package]
categories = ["game-development", "wasm"]
description = "Utilities that do the gymnastics required to make advanced Macroquad work on wasm."
edition = "2018"
keywords = ["gamedev", "wasm", "web", "miniquad"]
license = "MIT"
name = "quad-wasmnastics"
repository = "https://github.com/gamma-delta/quad-wasmnastics"
version = "0.1.2"
[package.metadata.docs.rs]
all-features = true
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.copypasta]
version = "0.7.1"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.dirs]
version = "3.0.2"
[target."cfg(target_arch = \"wasm32\")".dependencies.sapp-jsutils]
version = "0.1.5"

[target."cfg(target_arch = \"wasm32\")".dependencies.serde]
optional = true
version = "1.0.126"

[target."cfg(target_arch = \"wasm32\")".dependencies.serde_json]
optional = true
version = "1.0.64"