Commit d5529a2
authored
feat: add ftxui 6.1.9 (C++ TUI library) (#9)
Pure compiled C++ library (no C++23 modules); uses mcpp 0.0.4's new
glob exclusion syntax to skip the ~46 *_test.cpp / *_fuzzer.cpp files
that live alongside the library sources:
sources = {
"*/src/ftxui/**/*.cpp",
"!*/src/ftxui/**/*_test.cpp",
"!*/src/ftxui/**/*_fuzzer.cpp",
}
Produces a single `libftxui.a` covering screen + dom + component.
Public headers exposed via `include_dirs = { "*/include" }`.
Tarball: https://github.com/ArthurSonzogni/FTXUI/archive/refs/tags/v6.1.9.tar.gz
SHA256: 45819c1e54914783d4a1ca5633885035d74146778a1f74e1213cdb7b76340e711 parent 259e7ef commit d5529a2
1 file changed
Lines changed: 54 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
0 commit comments