# 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 = "pmse-render" version = "0.1.0-a2" authors = ["secext2022 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Vulkan render for pmse" readme = "README.md" keywords = ["pmse"] categories = [] license = "LGPL-3.0-or-later" repository = "https://github.com/fm-elpac/pmse-1" [lib] name = "pmse_render" path = "src/lib.rs" [dependencies.log] version = "^0.4.22" [dependencies.raw-window-handle] version = "0.5" [dependencies.vulkano] version = "^0.34.1" [dependencies.vulkano-shaders] version = "^0.34.0"