ilmenite 0.1.0

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

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
vulkano = "0.19.0"
vulkano-shaders = "0.19.0"
allsorts = "0.3.0"
ordered-float = "1.0.2"
parking_lot = "0.10.0"
crossbeam = "0.7.3"