srctree

ArthurSonzogni parent 7639020a 87feb16e
Upgrade FTXUI version.

Upgrade the FTXUI version from patch 208 to 261.

There were no breaking change affecting hastur, since it was only usingthe dom/ and screen/ subcomponent.

inlinesplit
.bazelrc added: 5, removed: 6, total 0
@@ -29,7 +29,6 @@ build:gnulike --per_file_copt='http:get@-Wno-shadow' # asio leaks this into our
build:gnulike --per_file_copt='external/asio[:/]@-Wno-sign-compare'
build:gnulike --per_file_copt='external/asio[:/]@-Wno-undef'
build:gnulike --per_file_copt='external/boringssl[:/]@-Wno-unused-parameter'
build:gnulike --per_file_copt='external/ftxui[:/]@-Wno-shadow'
build:gnulike --per_file_copt='external/fmt[:/]@-Wno-shadow' # Fixed in master, but not in 7.1.3
build:gnulike --per_file_copt='external/imgui-sfml[:/]@-Wno-double-promotion'
build:gnulike --per_file_copt='external/imgui-sfml[:/]@-Wno-implicit-fallthrough'
 
WORKSPACE added: 5, removed: 6, total 0
@@ -38,9 +38,9 @@ http_archive(
http_archive(
name = "ftxui", # MIT
build_file = "//third_party:ftxui.BUILD",
sha256 = "d38cb90331ff7dc43123dfe0a8565959459044378e60536d80ba3b0abc523ac7",
strip_prefix = "FTXUI-73a3c24394621f31a59e6b1235dc5fd28f78d3d1",
urls = ["https://github.com/ArthurSonzogni/FTXUI/archive/73a3c24394621f31a59e6b1235dc5fd28f78d3d1.tar.gz"],
sha256 = "dbf94ebc683e7e68d60fc3a30629b72207b0de3b875f31935bd3c941b427d917",
strip_prefix = "FTXUI-84debba10cec8e077fd890cf5f61a45af3e3b6d4",
urls = ["https://github.com/ArthurSonzogni/FTXUI/archive/84debba10cec8e077fd890cf5f61a45af3e3b6d4.tar.gz"],
)
 
http_archive(