# 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 = "nexg" version = "0.1.1" exclude = [ ".idea/*", "media/*", ] description = "Nexg is a pure-rust library that makes coding Vulkan functionality easier and more Rust-like." readme = "README.md" keywords = [ "graphics", "vulkan", ] license = "MIT" repository = "https://github.com/Ichinose0/Nexg" [dependencies.ash] version = "0.37" features = ["linked"] [dependencies.ash-window] version = "0.12.0" optional = true [dependencies.log] version = "0.4.20" [dependencies.raw-window-handle] version = "0.5.2" optional = true [dependencies.thiserror] version = "1" [dev-dependencies.nalgebra-glm] version = "0.18.0" [dev-dependencies.png] version = "0.17.11" [dev-dependencies.simple_logger] version = "4.3.3" [dev-dependencies.winit] version = "0.28.7" [features] default = ["window"] window = [ "ash-window", "raw-window-handle", ] [badges.maintenance] status = "actively-developed"