golem 0.1.0-alpha1

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]
features = ["gl"]
version = "0.1.0-alpha6"

[features]
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"
repository = "https://github.com/ryanisaacg/golem"
version = "0.1.0-alpha1"