ilmenite 0.13.0

A rust library for shaping, placing, and rasterizing text primarily for Basalt.
Documentation
[dependencies.allsorts]
default-features = false
features = ["flate2_rust"]
version = "0.12"

[dependencies.ash]
version = "0.37"

[dependencies.bytemuck]
version = "1"

[dependencies.crossbeam]
version = "0.8"

[dependencies.ordered-float]
version = "3"

[dependencies.parking_lot]
version = "0.12"

[dependencies.vulkano]
version = "0.32"

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

[package]
authors = ["Austin Johnson <me@austinj.me>"]
categories = ["graphics", "gui", "parsing", "text-processing"]
description = "A rust library for shaping, placing, and rasterizing text primarily for Basalt."
documentation = "https://docs.rs/ilmenite"
edition = "2021"
keywords = ["vulkan", "text", "shaper", "raster"]
license = "MIT"
name = "ilmenite"
readme = "README.md"
repository = "https://github.com/AustinJ235/ilmenite"
version = "0.13.0"