azulc 0.0.3

Azul XML-to-Rust compiler (and library)
Documentation
[[bin]]
name = "azulc"
path = "src/main.rs"

[dependencies.azul-core]
default-features = false
features = ["opengl"]
version = "0.0.2"

[dependencies.azul-css]
default-features = false
version = "0.0.1"

[dependencies.azul-css-parser]
default-features = false
version = "0.0.1"

[dependencies.azul-layout]
default-features = false
version = "0.0.4"

[dependencies.font-loader]
default-features = false
optional = true
version = "0.8.0"

[dependencies.gleam]
default-features = false
version = "0.11.0"

[dependencies.image]
default-features = false
features = ["gif_codec", "jpeg", "png_codec", "tiff", "bmp"]
optional = true
version = "0.21.2"

[dependencies.xmlparser]
default-features = false
version = "0.9.0"

[features]
default = ["text_layout", "image_loading", "font_loading"]
dxt = ["image/dxt"]
font_loading = ["font-loader"]
hdr = ["image/hdr"]
ico = ["image/ico"]
image_loading = ["image"]
jpeg_rayon = ["image/jpeg_rayon"]
pnm = ["image/pnm"]
text_layout = ["azul-layout/text_layout"]
tga = ["image/tga"]
webp = ["image/webp"]

[lib]
crate-type = ["rlib", "cdylib"]
path = "src/lib.rs"

[package]
authors = ["Felix Schütt <felix.schuett@maps4print.com>"]
categories = ["gui"]
description = """
    Azul XML-to-Rust compiler (and library)
"""
edition = "2018"
homepage = "https://azul.rs/"
keywords = ["gui", "GUI", "user-interface"]
license = "MIT"
name = "azulc"
repository = "https://github.com/maps4print/azul"
version = "0.0.3"