golem 0.1.7

A (mostly) safe library for graphics programming
Documentation
[dependencies.bytemuck]
version = "1"

[dependencies.glow]
default-features = false
version = "0.4.0"

[dependencies.log]
version = "0.4"
[dev-dependencies.blinds]
default-features = false
features = ["gl"]
version = "0.1.0"

[dev-dependencies.nalgebra-glm]
version = "0.7.0"

[features]
std = []
stdweb = ["glow/stdweb"]
web-sys = ["glow/web-sys"]

[package]
authors = ["Ryan Goldstein <ryan@ryanisaacg.com>"]
categories = ["game-development", "web-programming", "graphics"]
description = "A (mostly) safe library for graphics programming"
edition = "2018"
keywords = ["gl", "opengl", "webgl", "graphics"]
license = "MIT OR Apache-2.0"
name = "golem"
readme = "README.md"
repository = "https://github.com/ryanisaacg/golem"
version = "0.1.7"