dacite 0.7.0

Mostly safe low-level Vulkan library
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 = "dacite"
version = "0.7.0"
authors = ["Dennis Hamester <dennis.hamester@startmail.com>"]
description = "Mostly safe low-level Vulkan library"
homepage = "https://gitlab.com/dennis-hamester/dacite"
documentation = "https://docs.rs/dacite"
readme = "README.md"
keywords = ["vulkan", "graphics"]
categories = ["rendering", "rendering::graphics-api"]
license = "ISC"
repository = "https://gitlab.com/dennis-hamester/dacite"
[dependencies.libc]
version = "0.2"

[dependencies.vks]
version = "0.20"

[dependencies.libloading]
version = "0.4"

[dependencies.bitflags]
version = "1.0"
[badges.gitlab]
repository = "dennis-hamester/dacite"