mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-06-24 16:21:12 +08:00
Restore original whitespace line breaks
This commit is contained in:
parent
f1dfc8f2f8
commit
33f78dd7a8
@ -7,7 +7,9 @@
|
|||||||
> please open an issue.
|
> please open an issue.
|
||||||
|
|
||||||
FTXUI provides an experimental support for [C++20
|
FTXUI provides an experimental support for [C++20
|
||||||
modules](https://en.cppreference.com/w/cpp/language/modules) to improve compilation times and code organization. The existing API has a module corresponding to each header.
|
modules](https://en.cppreference.com/w/cpp/language/modules) to improve
|
||||||
|
compilation times and code organization. The existing API has a module
|
||||||
|
corresponding to each header.
|
||||||
|
|
||||||
**Example with CMake and Ninja**
|
**Example with CMake and Ninja**
|
||||||
|
|
||||||
@ -39,7 +41,8 @@ ninja
|
|||||||
### Module list
|
### Module list
|
||||||
|
|
||||||
The modules directly reference the corresponding header, or a group of related
|
The modules directly reference the corresponding header, or a group of related
|
||||||
headers to provide a more convenient interface. The following modules are available:
|
headers to provide a more convenient interface. The following modules
|
||||||
|
are available:
|
||||||
|
|
||||||
- `ftxui`
|
- `ftxui`
|
||||||
- `ftxui.component`
|
- `ftxui.component`
|
||||||
|
Loading…
Reference in New Issue
Block a user