dba855e446
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
15 lines
392 B
TOML
15 lines
392 B
TOML
[package]
|
|
name = "llimphi-surface"
|
|
description = "Surface/compositing glue for the llimphi UI framework."
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
publish.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
llimphi-hal = { path = "../llimphi-hal" }
|
|
llimphi-ui = { path = "../llimphi-ui" }
|
|
parking_lot = { workspace = true }
|