spitfire-glow 0.29.2

GLOW renderer module for Spitfire toolset
Documentation
[dependencies.bytemuck]
features = ["derive"]
version = "1"

[dependencies.glow]
version = "0.14"

[dependencies.spitfire-core]
version = "0.29"

[dependencies.vek]
version = "0.17"

[features]
debug_automatic_glGetError = ["glow/debug_automatic_glGetError"]

[lib]
name = "spitfire_glow"
path = "src/lib.rs"

[package]
authors = ["Patryk 'PsichiX' Budzynski <psichix@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "GLOW renderer module for Spitfire toolset"
documentation = "https://docs.rs/spitfire-glow"
edition = "2021"
homepage = "https://github.com/PsichiX/spitfire"
license = "MIT OR Apache-2.0"
name = "spitfire-glow"
readme = "README.md"
repository = "https://github.com/PsichiX/spitfire"
version = "0.29.2"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.glutin]
version = "0.28"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
version = "0.3.64"

[target.'cfg(target_arch = "wasm32")'.dependencies.winit]
version = "0.30"