ombre 0.6.7

Shadowy game and graphics library for Rust
Documentation
[dependencies.glfw]
optional = true
version = "0.54.0"

[dependencies.glow]
version = "0.13.0"

[dependencies.log]
features = ["std"]
version = "0.4.20"

[dependencies.termcolor]
optional = true
version = "1.4.0"

[features]
color-logging = ["termcolor"]
default = ["glfw", "color-logging"]

[package]
authors = ["cloudhead <self@cloudhead.io>"]
categories = ["graphics", "rendering", "game-development"]
description = "Shadowy game and graphics library for Rust"
edition = "2021"
homepage = "https://cloudhead.io"
keywords = ["graphics", "gamedev", "game"]
license = "MIT OR Apache-2.0"
name = "ombre"
readme = "README.md"
rust-version = "1.74.0"
version = "0.6.7"