mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-10-19 09:58:08 +08:00
updated bazel build example section in README (#1128)
This commit is contained in:
@@ -416,9 +416,9 @@ cc_binary(
|
|||||||
name = "your_target",
|
name = "your_target",
|
||||||
srcs = ["your_source.cc"],
|
srcs = ["your_source.cc"],
|
||||||
deps = [
|
deps = [
|
||||||
"@ftxui//:ftxui_component",
|
"@ftxui//:component",
|
||||||
"@ftxui//:ftxui_dom",
|
"@ftxui//:dom",
|
||||||
"@ftxui//:ftxui_screen",
|
"@ftxui//:screen",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user