css2xr 0.1.0

A lightweight, pure Rust HTML/CSS layout engine for WebXR (Flexbox, Grid, Animation).
Documentation
# 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 = "css2xr"
version = "0.1.0"
authors = ["nkwork9999 <your.email@example.com>"]
build = false
exclude = [
    "/pkg",
    "/examples",
    "/.github",
    "test.html",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight, pure Rust HTML/CSS layout engine for WebXR (Flexbox, Grid, Animation)."
readme = "README.md"
keywords = [
    "webxr",
    "css",
    "layout",
    "flexbox",
    "wasm",
]
categories = [
    "web-programming",
    "rendering::engine",
    "wasm",
]
license = "MPL-2.0"
repository = "https://github.com/nkwork9999/css2xr"

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

[dependencies.wasm-bindgen]
version = "0.2"