basalt 0.0.1

A window/ui framework built upon vulkan.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "basalt"
version = "0.0.1"
authors = ["Austin <me@austinj.me>"]
description = "A window/ui framework built upon vulkan."
documentation = "https://docs.rs/basalt"
readme = "README.md"
keywords = ["vulkan", "graphics", "gui", "framework", "interface"]
categories = ["graphics", "gui"]
license = "MIT"
repository = "https://github.com/AustinJ235/basalt"
[dependencies.crossbeam]
version = "0.7.1"

[dependencies.curl]
version = "0.4.19"

[dependencies.decorum]
version = "0.1.2"

[dependencies.freetype-sys]
version = "0.7.1"

[dependencies.image]
version = "0.20.1"

[dependencies.num_cpus]
version = "1.9.0"

[dependencies.parking_lot]
version = "0.7.1"

[dependencies.rand]
version = "0.6.1"

[dependencies.vulkano]
version = "0.11.1"

[dependencies.vulkano-shaders]
version = "0.11.1"

[dependencies.vulkano-win]
version = "0.11.1"

[dependencies.winit]
version = "0.18.1"