# 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 = "acrylic" version = "0.3.5" authors = ["Nathan ROYER "] description = "ultra-portable, web-inspired UI toolkit with SIMD graphics" readme = "README.md" keywords = [ "toolkit", "gui", "ui", "no_std", "simd", ] categories = [ "gui", "rendering", "graphics", "multimedia", "no-std", ] license = "MIT" repository = "https://github.com/NathanRoyer/acrylic" [lib] path = "lib.rs" [dependencies.fixed] version = "1.23.0" [dependencies.lmfu] version = "1.2.2" [dependencies.log] version = "0.4.17" [dependencies.oakwood] version = "0.1.4" [dependencies.railway] version = "0.3.3" [dependencies.rgb] version = "0.8.36" [dependencies.simd-blit] version = "1.0.1" [dependencies.static_assertions] version = "1.1.0" [dependencies.tinyvec] version = "1.6.0" [dependencies.ttf-parser] version = "0.18.1" features = [ "opentype-layout", "apple-layout", "variable-fonts", "glyph-names", ] default-features = false [dependencies.vek] version = "0.15.8" default-features = false [dependencies.wizdraw] version = "1.2.1" [dependencies.xmlparser] version = "0.13.5" default-features = false [dependencies.zune-png] version = "0.2.1" default-features = false [build-dependencies.railway] version = "0.3.3" [features] default = [ "ssaa-x3", "text-ssaa-x6", "simd-gfx", ] simd-gfx = [ "simd-blit/simd", "wizdraw/simd", "railway/simd", ] ssaa-x2 = [] ssaa-x3 = [] ssaa-x4 = [] text-ssaa-x2 = [] text-ssaa-x4 = [] text-ssaa-x6 = []