[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"