# 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 = "buffer_display" version = "0.1.0" authors = ["Coddeus"] description = "Display a buffer on a window, updating in realtime" documentation = "https://docs.rs/buffer_display" readme = "README.md" keywords = [ "display", "buffer", "realtime", "window", "rendering", ] categories = [ "graphics", "multimedia", "rendering", "rendering::graphics-api", "visualization", ] license = "GPL-3.0-or-later" repository = "https://github.com/Coddeus/buffer_display" [profile.dev] opt-level = 1 [profile.release] opt-level = 3 [dependencies.vulkano] version = "0.34.0" [dependencies.vulkano-macros] version = "0.34.0" [dependencies.vulkano-shaders] version = "0.34.0" [dependencies.vulkano-win] version = "0.34.0" [dependencies.winit] version = "0.28.0"