[package]
edition = "2024"
name = "vectx-wasm"
version = "0.0.0"
authors = ["GOLIA K.K."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Name reservation for vectx-wasm — WebAssembly bindings of vectx (the descriptive language between AI and the vector world). Functional implementation not yet released."
homepage = "https://github.com/goliajp/vectx"
documentation = "https://docs.rs/vectx-wasm"
readme = "README.md"
keywords = [
"vector",
"svg",
"dsl",
"wasm",
"ai",
]
categories = [
"graphics",
"wasm",
]
license = "MIT"
repository = "https://github.com/goliajp/vectx"
[lib]
name = "vectx_wasm"
path = "src/lib.rs"