cat_engine 0.3.1

A 2D graphics engine with audio output support
Documentation
[dependencies.cpal]
optional = true
version = "0.11.0"

[dependencies.glium]
version = "0.27.0"

[dependencies.image]
version = "0.23.7"

[dependencies.minimp3]
optional = true
version = "0.3.5"

[dependencies.rusttype]
optional = true
version = "0.9.2"

[features]
alpha_smoothing = []
audio = ["cpal", "minimp3"]
auto_hide = []
default = ["text_graphics", "simple_graphics", "texture_graphics"]
file_drop = []
fps_counter = []
lazy = []
mouse_cursor_icon = ["texture_graphics"]
simple_graphics = []
text_graphics = ["rusttype"]
texture_graphics = []

[package]
authors = ["Clomance <Hisoskar@gmail.com>"]
description = "A 2D graphics engine with audio output support"
documentation = "https://docs.rs/cat_engine/"
edition = "2018"
exclude = ["LICENSE", ".gitignore", "Cargo.lock", "logo_400x400.png", "logo.png", "examples", "book", "RELEASE-NOTES.MD"]
homepage = "https://github.com/Clomance/CatEngine"
keywords = ["graphics", "opengl", "audio", "playback"]
license = "MIT"
name = "cat_engine"
readme = "README.md"
repository = "https://github.com/Clomance/CatEngine"
version = "0.3.1"
[package.metadata.docs.rs]
features = ["default", "audio", "mouse_cursor_icon", "auto_hide", "fps_counter", "alpha_smoothing", "file_drop"]