draco_decoder 0.0.1

a draco decoder on rust (wip)
1
2
3
4
5
6
7
8
9
10
11
{
    "author": "https://github.com/jiangheng90/",
    "scripts": {
        "clippy": "cargo clippy --all-targets --all-features",
        "test:native": "cargo test --workspace --all-features",
        "test:wasm": "wasm-pack test --safari --headless --workspace --all-features",
        "test": "npm run test:native && npm run test:wasm",
        "build:wasm-example": "sh tools/wasm_build.sh",
        "perf": "sh tools/perf.sh"
    }
}