# 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 = "dos-like-sys" version = "0.3.0" authors = ["Eduardo Pinho "] exclude = [ "dos-like/dos-like.jpg", "dos-like/build_all.bat", "dos-like/build_all_linux.sh", "dos-like/build_all_macos.sh", "dos-like/build_all_wasm.bat", "dos-like/files", "dos-like/tcc", ] description = "Low-level bindings to dos-like" readme = "README.md" keywords = [ "dos", "vga", "opl", "ms-dos", ] categories = [ "external-ffi-bindings", "game-development", "graphics", ] license-file = "LICENSE.md" repository = "https://github.com/Enet4/dos-like-rs" [dependencies] [build-dependencies.cc] version = "1.0.73" [build-dependencies.pkg-config] version = "^0.3" optional = true [build-dependencies.vcpkg] version = "^0.2.12" optional = true [features] default = [] disable-screen-frame = [] disable-system-cursor = [] use-pkgconfig = ["pkg-config"] use-vcpkg = ["vcpkg"]