# 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 = "rhodora" version = "0.2.0" description = "Experimental Vulkan based rendering engine" readme = "README.md" license = "MIT" repository = "https://github.com/spark752/rhodora" [profile.dev] opt-level = 1 [dependencies.ahash] version = "0.8.1" [dependencies.bytemuck] version = "1.12.3" [dependencies.egui] version = "0.21.0" [dependencies.egui-winit] version = "0.21.0" [dependencies.gltf] version = "1.4.0" features = [ "import", "names", "utils", ] [dependencies.image] version = "0.24.0" features = ["png"] default-features = false [dependencies.log] version = "0.4.8" [dependencies.nalgebra] version = "0.32.0" features = ["serde-serialize"] [dependencies.nalgebra-glm] version = "0.18.0" [dependencies.parking_lot] version = "0.12.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.9.0" [dependencies.smallvec] version = "1.10.0" [dependencies.tobj] version = "3.2.3" [dependencies.vulkano] version = "0.34.0" [dependencies.vulkano-shaders] version = "0.34.0" [dependencies.winit] version = "0.28.0" [dev-dependencies.env_logger] version = "0.11.0" [features] visualize = [] [lints.clippy] enum_glob_use = "deny" nursery = "deny" panic = "deny" pedantic = "deny" string_to_string = "deny"