Support Bazel

BUG:https://github.com/ArthurSonzogni/FTXUI/issues/1032
This commit is contained in:
ArthurSonzogni
2025-04-23 19:57:35 +02:00
parent 07fd3e685a
commit f128c442cc
8 changed files with 288 additions and 6 deletions

View File

@@ -127,8 +127,6 @@ TEST(SelectionTest, SelectionOnChangeSquashedEvents) {
}
TEST(SelectionTest, StyleSelection) {
int selectionChangeCounter = 0;
auto element = hbox({
text("Lorem "),
text("ipsum") | selectionColor(Color::Red),