# 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 = "rust-libretro-sys" version = "0.3.2" authors = ["Maximilian Mader"] description = "libretro API bindings generated via bindgen" homepage = "https://github.com/max-m/rust-libretro/" documentation = "https://docs.rs/rust-libretro-sys/" readme = "README.md" keywords = [ "libretro", "RetroArch", "emulator", "game", "bindgen", ] categories = [ "external-ffi-bindings", "emulators", "game-development", "gui", ] license = "MIT" repository = "https://github.com/max-m/rust-libretro/" resolver = "1" [dependencies.ash] version = "0.37.2" optional = true [dependencies.libc] version = "0.2.139" [dependencies.rust-libretro-sys-proc] version = "0.3.1" [build-dependencies.bindgen] version = "0.63.0" [features] vulkan = ["dep:ash"]