lingxia-surface 0.11.1

Core surface presentation primitives (roles, kinds, positions) for the LingXia framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "lingxia-surface"
version.workspace = true
edition.workspace = true
description = "Core surface presentation primitives (roles, kinds, positions) for the LingXia framework"
license = "MIT"
repository.workspace = true

[dependencies]
serde = { workspace = true }
thiserror = { workspace = true }

[dev-dependencies]
serde_json = { workspace = true }