dba855e446
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
20 lines
534 B
TOML
20 lines
534 B
TOML
[package]
|
|
name = "llimphi-hal"
|
|
description = "Surface/device HAL for the llimphi UI framework (wgpu) — one scene tree across Wayland/X11/Win32/Android/bare-metal."
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
publish.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
wgpu = { workspace = true }
|
|
raw-window-handle = { workspace = true }
|
|
winit = { workspace = true }
|
|
pollster = { workspace = true }
|
|
|
|
[[example]]
|
|
name = "clear_screen"
|
|
path = "examples/clear_screen.rs"
|