# 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 = "vulkano-mandelbrodt" version = "0.1.0" description = "Vulkan-powered interactive Mandelbrodt set explorer" readme = "README.md" keywords = [ "mandelbrodt", "fractal", "vulkan", "gpu", "window", ] categories = [ "mathematics", "multimedia", "rendering", "games", "visualization", ] license = "AGPL-3.0-only" repository = "https://github.com/christofferaakre/vulkano-mandelbrodt" [dependencies.bytemuck] version = "1.13.0" [dependencies.image] version = "0.24.5" [dependencies.indoc] version = "2.0.0" [dependencies.png] version = "0.17.7" [dependencies.vulkano] version = "0.32" [dependencies.vulkano-shaders] version = "0.32" [dependencies.vulkano-util] version = "0.32" [dependencies.vulkano-win] version = "0.32" [dependencies.winit] version = "0.27"