Files
FTXUI/MODULE.bazel
ArthurSonzogni a35bfba538 Release version 6.1.0.
This highlight support for the Bazel build system.
2025-04-29 16:01:37 +02:00

14 lines
396 B
Python

# Copyright 2025 Arthur Sonzogni. All rights reserved.
# Use of this source code is governed by the MIT license that can be found in
# the LICENSE file.
# FTXUI Module.
module(name = "ftxui", version = "6.1.0")
# 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")