awsm 0.0.7

Wrappers for WASM
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "awsm"
version = "0.0.7"
authors = ["David Komer <david.komer@gmail.com>"]
description = "Wrappers for WASM"
homepage = "https://github.com/dakom/awsm"
documentation = "https://docs.rs/awsm/"
readme = "README.md"
keywords = ["webgl", "renderer", "3d", "graphics", "gamedev"]
categories = ["wasm"]
license = "MIT"
repository = "https://github.com/dakom/awsm"
[profile.release]
opt-level = "s"
lto = true

[lib]
crate-type = ["cdylib", "rlib"]
[dependencies.beach_map]
version = "0.1.2"

[dependencies.futures-preview]
version = "=0.3.0-alpha.16"
features = ["async-await", "nightly"]

[dependencies.js-sys]
version = "0.3.25"

[dependencies.log]
version = "0.4"

[dependencies.rustc-hash]
version = "1.0.1"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde-wasm-bindgen]
version = "0.1.3"

[dependencies.wasm-bindgen]
version = "0.2.48"

[dependencies.wasm-bindgen-futures]
version = "0.3.25"
features = ["futures_0_3"]

[dependencies.web-sys]
version = "0.3.25"
features = ["HtmlElement", "Document", "Element", "Window", "Event", "EventTarget", "MouseEvent", "Location", "Url", "HtmlImageElement", "HtmlCanvasElement", "HtmlVideoElement", "ImageBitmap", "ImageData", "Request", "RequestInit", "Response", "ResponseInit", "AudioContext", "AudioBuffer", "AudioNode", "AudioContextOptions", "AudioBufferSourceNode", "AudioBufferSourceOptions", "AudioDestinationNode", "AudioBufferOptions", "CanvasRenderingContext2d", "WebGlRenderingContext", "WebGl2RenderingContext", "WebGlUniformLocation", "WebGlBuffer", "WebGlProgram", "WebGlShader", "WebGlTexture", "WebGlVertexArrayObject", "WebGlActiveInfo", "OesVertexArrayObject", "AngleInstancedArrays"]