adi_gpu 0.8.0

GPU interface - render graphics and do fast calculations
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 = "adi_gpu"
version = "0.8.0"
authors = ["Jeron A. Lau <jeron.lau@plopgrizzly.com>"]
description = "GPU interface - render graphics and do fast calculations"
homepage = "https://plopgrizzly.com/adi_gpu"
documentation = "https://docs.rs/adi_gpu"
readme = "readme.md"
keywords = ["vulkan", "graphics", "rendering", "opengl", "gpu"]
categories = ["rendering::graphics-api", "hardware-support", "rendering::engine", "rendering"]
license = "BSL-1.0"
repository = "https://github.com/plopgrizzly/adi_gpu"
[dependencies.adi_gpu_base]
version = "0.7"
[target."cfg(any(unix, target_os=\"windows\", target_os=\"nintendo_switch\"))".dependencies.adi_gpu_vulkan]
version = "0.6"
[target."cfg(any(unix, target_os=\"windows\", target_os=\"web\"))".dependencies.adi_gpu_opengl]
version = "0.5"