# 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 = "ivy-window" version = "0.10.3" description = "GLFW window wrapper" documentation = "https://lib.rs/ivy-window" readme = "../README.md" keywords = ["glfw", "graphics", "windowing", "game", "vulkan"] license-file = "LICENSE" repository = "https://github.com/ten3roberts/ivy" [dependencies.ash] version = "0.35.0" [dependencies.glam] version = "0.20.2" [dependencies.glfw] version = "0.43.0" [dependencies.ivy-base] version = "0.10.0" [dependencies.ivy-vulkan] version = "0.10.0" [dependencies.parking_lot] version = "0.11.2" [dependencies.thiserror] version = "1.0.30"