# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "cat_engine_basement" version = "0.0.0-alpha7" authors = ["Clomance "] exclude = ["logo.png", "logo_400x400.png", "examples"] description = "The CatEnigne's basement" homepage = "https://github.com/Clomance/CatEngine" documentation = "https://docs.rs/cat_engine_basement/" readme = "README.md" keywords = ["graphics", "opengl", "windows", "windowing"] license = "MIT" repository = "https://github.com/Clomance/CatEngine" resolver = "2" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" features = ["default", "nightly-docs", "set_cursor_event"] [dependencies.image] version = "0.23.13" optional = true [features] default = ["opengl", "support", "wnd_proc_catch_panic"] nightly-docs = [] opengl = ["image"] set_cursor_event = [] support = [] wnd_proc_catch_panic = [] [target."cfg(any(windows,doc))".dependencies.winapi] version = "0.3.9" features = ["winuser", "windef", "minwindef", "wingdi", "libloaderapi", "errhandlingapi", "profileapi", "winbase"]