cushy/guide/guide-examples/Cargo.toml
Jonathan Johnson a197bb5e81
Unit-tested, auto-generated screenshots
This commit adds my first take at creating a harness for a user's guide
using the new capture functionality. The example has tests that ensure
the align widget creates the expected results.
2024-01-04 13:56:45 -08:00

8 lines
148 B
TOML

[package]
name = "guide-examples"
version = "0.0.0"
edition = "2021"
publish = false
[dependencies]
cushy = { version = "0.2.0", path = "../../" }