css2xr 0.1.0

A lightweight, pure Rust HTML/CSS layout engine for WebXR (Flexbox, Grid, Animation).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "css2xr"
version = "0.1.0"
edition = "2021"
authors = ["nkwork9999 <your.email@example.com>"]
description = "A lightweight, pure Rust HTML/CSS layout engine for WebXR (Flexbox, Grid, Animation)."
license = "MPL-2.0"
repository = "https://github.com/nkwork9999/css2xr"
readme = "README.md"
keywords = ["webxr", "css", "layout", "flexbox", "wasm"]
categories = ["web-programming", "rendering::engine", "wasm"]
exclude = ["/pkg", "/examples", "/.github", "test.html"]

[lib]
crate-type = ["cdylib", "rlib"]

[dependencies]
wasm-bindgen = "0.2"