# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "azul-layout" version = "0.0.4" authors = ["Emil Sjölander ", "fschutt "] description = " Flexbox layout solver the Azul GUI framework\n" homepage = "https://azul.rs/" keywords = ["gui", "user-interface", "svg", "graphics", "css"] categories = ["gui"] license = "MIT" repository = "https://github.com/maps4print/azul" [[example]] name = "layout_tests" path = "../../examples/layout_tests/layout_tests.rs" required-features = [] [dependencies.azul-core] version = "0.0.2" features = ["opengl"] default-features = false [dependencies.azul-css] version = "0.0.1" [dependencies.azul-text-layout] version = "0.0.3" optional = true [dev-dependencies.azul-css-parser] version = "0.0.1" [dev-dependencies.azulc] version = "0.0.1" [features] default = [] text_layout = ["azul-text-layout"]