tui-lipan 0.2.0

Opinionated, component-based TUI framework for Rust - declarative components, reconciliation, layout engine, focus, overlays, and rich widgets on top of ratatui.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.PHONY: hello hello-build search-palette search-palette-build

hello-build:
	npm install --prefix hello
	cd hello && wasm-pack build --target web

hello: hello-build
	python3 hello/serve.py

search-palette-build:
	npm install --prefix search_palette
	cd search_palette && wasm-pack build --target web

search-palette: search-palette-build
	python3 search_palette/serve.py