mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-28 16:29:34 +08:00
10 lines
267 B
Python
10 lines
267 B
Python
# FTXUI Module.
|
|
module(name = "ftxui", version = "6.1.8", compatibility_level = 6)
|
|
|
|
# Build deps.
|
|
bazel_dep(name = "rules_cc", version = "0.1.1")
|
|
bazel_dep(name = "platforms", version = "0.0.11")
|
|
|
|
# Test deps.
|
|
bazel_dep(name = "googletest", version = "1.16.0.bcr.1")
|