# 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 = "unity-native-plugin-vulkan" version = "0.6.0" authors = ["Yasuhiro Taniuchi"] include = [ "**/*.rs", "Cargo.toml", "../LICENSE", ] description = "Unity Native Plugin API (Vulkan) for Rust" homepage = "https://github.com/aosoft/unity-native-plugin-rs" readme = "README.md" keywords = ["unity"] categories = [ "api-bindings", "game-engines", ] license = "MIT" repository = "https://github.com/aosoft/unity-native-plugin-rs" [dependencies.ash] version = "0.38.0+1.3.281.1" [dependencies.unity-native-plugin] version = "0.6.0" [dependencies.unity-native-plugin-sys] version = "0.6.0"