nuuro 0.0.21

A specialized 2D game library
Documentation
[dependencies.byteorder]
version = "1.3.2"

[package]
authors = ["Juan Villacorta <juanvillacortac@gmail.com>"]
description = "A specialized 2D game library"
documentation = "https://docs.rs/nuuro/"
edition = "2018"
keywords = ["2D", "game"]
license = "Apache-2.0"
name = "nuuro"
readme = "README.md"
repository = "https://github.com/juandroid007/nuuro"
version = "0.0.21"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.gl]
version = "0.6.1"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.sdl2]
default-features = false
features = ["image", "mixer"]
version = "0.29"