[dependencies.image]
optional = true
version = "0.23.13"
[features]
default = ["opengl", "support", "wnd_proc_catch_panic"]
nightly-docs = []
opengl = ["image"]
set_cursor_event = []
support = []
wnd_proc_catch_panic = []
[package]
authors = ["Clomance <Hisoskar@gmail.com>"]
description = "The CatEnigne's basement"
documentation = "https://docs.rs/cat_engine_basement/"
edition = "2021"
exclude = ["logo.png", "logo_400x400.png", "examples"]
homepage = "https://github.com/Clomance/CatEngine"
keywords = ["graphics", "opengl", "windows", "windowing"]
license = "MIT"
name = "cat_engine_basement"
readme = "README.md"
repository = "https://github.com/Clomance/CatEngine"
resolver = "2"
version = "0.0.0-alpha7"
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
features = ["default", "nightly-docs", "set_cursor_event"]
[target."cfg(any(windows,doc))".dependencies.winapi]
features = ["winuser", "windef", "minwindef", "wingdi", "libloaderapi", "errhandlingapi", "profileapi", "winbase"]
version = "0.3.9"