[dependencies.image]
default-features = false
features = ["png_codec"]
version = "0.19.0"
[dependencies.uni-app]
version = "0.1.0"
[dependencies.uni-gl]
version = "0.1.0"
[package]
authors = ["Ivo C.S. Wingelaar <ivo.wingelaar@gmail.com>"]
description = "A Rust library for drawing ASCII-style roguelike graphics targetting both native (OpenGL) and wasm (WebGL) platforms"
documentation = "https://docs.rs/gypsum"
exclude = ["/examples/*", "/static/*"]
keywords = ["roguelike", "opengl", "webgl"]
license = "MIT"
name = "gypsum"
readme = "README.md"
repository = "https://github.com/IvoWingelaar/gypsum"
version = "0.1.0"