ilmenite 0.1.0

A rust library for shaping, placing, and rasterizing text primarily for Basalt.
Documentation
[dependencies.allsorts]
version = "0.3.0"

[dependencies.crossbeam]
version = "0.7.3"

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

[dependencies.parking_lot]
version = "0.10.0"

[dependencies.vulkano]
version = "0.19.0"

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

[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 = "2018"
keywords = ["vulkan", "text", "shaper", "raster"]
license = "MIT"
name = "ilmenite"
readme = "README.md"
repository = "https://github.com/AustinJ235/ilmenite"
version = "0.1.0"