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