vera 0.3.0

Vulkan Engine in Rust for Animation
Documentation
[dependencies.fastrand]
version = "^2.0"

[package]
categories = ["graphics", "multimedia::video", "rendering::engine"]
description = "Vulkan Engine in Rust for Animation"
documentation = "https://docs.rs/vera"
edition = "2021"
keywords = ["animation", "vulkan", "videos", "graphics", "renderer"]
license = "GPL-3.0-only"
name = "vera"
readme = "README.md"
repository = "https://github.com/Coddeus/vera"
version = "0.3.0"

[profile.dev]
opt-level = 0

[profile.release]
opt-level = 3