# 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 = "2018" name = "rokol_ffi" version = "0.3.1" authors = ["toyboot4e "] links = "sokol" exclude = ["examples"] description = "Rust FFI to Sokol" keywords = ["gamedev", "ffi"] license = "MIT" repository = "https://github.com/toyboot4e/rokol" [build-dependencies.bindgen] version = "0.59.2" [build-dependencies.cc] version = "1.0.68" [features] d3d11 = [] default = ["impl-app", "impl-gfx", "glcore33"] glcore33 = [] impl-app = [] impl-gfx = [] metal = []