# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "ilmenite" version = "0.14.0" authors = ["Austin Johnson "] description = "A rust library for shaping, placing, and rasterizing text primarily for Basalt." documentation = "https://docs.rs/ilmenite" readme = "README.md" keywords = [ "vulkan", "text", "shaper", "raster", ] categories = [ "graphics", "gui", "parsing", "text-processing", ] license = "MIT" repository = "https://github.com/AustinJ235/ilmenite" [dependencies.allsorts] version = "0.14" features = ["flate2_rust"] default-features = false [dependencies.ash] version = "0.37" [dependencies.crossbeam] version = "0.8" [dependencies.ordered-float] version = "3" [dependencies.parking_lot] version = "0.12" [dependencies.vulkano] version = "0.33" [dependencies.vulkano-shaders] version = "0.33"