# 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 = "fiji" version = "0.1.0" description = "Just a small, very simple SDL-like renderer" license = "MIT" resolver = "2" [profile.dev] opt-level = 1 [profile.dev.package."*"] opt-level = 3 [dependencies.bytemuck] version = "1.7" features = [ "derive", "extern_crate_std", "min_const_generics", ] [dependencies.nalgebra] version = "0.31.1" [dependencies.nalgebra-glm] version = "0.17.0" [dependencies.queues] version = "1.0.2" [dependencies.rand] version = "0.8.5" [dependencies.vulkano] version = "0.30.0" [dependencies.vulkano-shaders] version = "0.30.0" [dependencies.vulkano-util] version = "0.30.0" [dependencies.vulkano-win] version = "0.30.0" [dependencies.winit] version = "0.26.1"