makepad/examples/datagrid/Cargo.toml
Admin d1fb9ad8ad examples: datagrid, portallist_hit, render_to_texture, splat_bench
Four new examples, each of which is also the test surface for the thing it
demonstrates:

  - datagrid — the DataGrid widget across five tabs (sheets with a formula
    engine, big data, charts, pixels, widgets).
  - portallist_hit — PortalList hit-testing, with a UI test suite.
  - render_to_texture — the offscreen pass, with a UI test suite.
  - splat_bench — Gaussian splat sorting and drawing under load.

uizoo gains a dropdown tab; the splash example's UI test follows the splash
host-services change.
2026-08-23 01:34:36 +02:00

10 lines
322 B
TOML

[package]
name = "makepad-example-datagrid"
version = "0.1.0"
authors = ["Makepad <info@makepad.nl>"]
edition = "2021"
description = "Makepad DataGrid example: sheets, big data, pixel grid, widget cells, charts"
license = "MIT OR Apache-2.0"
[dependencies]
makepad-widgets = { path = "../../widgets", version = "2.0.0" }