ev_lib 0.6.7

EV-invest shared Rust libraries, one per feature
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "ev-uikit-visual",
  "version": "0.0.0",
  "private": true,
  "type": "module",
  "description": "Visual-regression harness for the Rust uikit gallery. `gen` rebuilds the static board from the live components; the spec screenshots each primitive.",
  "scripts": {
    "gen": "cd ../../.. && nix develop -c cargo run --example all_primitives --features uikit",
    "test:visual": "npm run gen && playwright test",
    "test:visual:update": "npm run gen && playwright test --update-snapshots"
  },
  "devDependencies": {
    "@playwright/test": "1.59.1"
  }
}