2025-04-26 02:38:32 +02:00
|
|
|
# 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.
|
|
|
|
|
|
2025-04-24 03:02:10 +02:00
|
|
|
# FTXUI Module.
|
2025-04-24 14:43:35 +02:00
|
|
|
module(name = "ftxui", version = "6.0.3")
|
2025-04-23 19:57:35 +02:00
|
|
|
|
|
|
|
|
# Build deps.
|
2025-04-24 14:48:55 +02:00
|
|
|
bazel_dep(name = "rules_cc", version = "0.1.1")
|
|
|
|
|
bazel_dep(name = "platforms", version = "0.0.11")
|
2025-04-23 19:57:35 +02:00
|
|
|
|
|
|
|
|
# Test deps.
|
2025-04-24 14:48:55 +02:00
|
|
|
bazel_dep(name = "googletest", version = "1.16.0.bcr.1")
|