srctree

Robin Linden parent 13a6630c 063f2822
deps: Update ftxui

inlinesplit
.bazelrc added: 6, removed: 5, total 1
@@ -41,6 +41,7 @@ build:linux --per_file_copt='external/asio[:/]@-Wno-undef'
build:linux --per_file_copt='external/boringssl[:/]@-Wno-overlength-strings'
build:linux --per_file_copt='external/boringssl[:/]@-Wno-unused-parameter'
build:linux --per_file_copt='external/freetype2[:/]@-Wno-sometimes-uninitialized'
build:linux --per_file_copt='external/ftxui[:/]@-Wno-double-promotion'
build:linux --per_file_copt='external/glew[:/]@-Wno-undef'
build:linux --per_file_copt='external/imgui-sfml[:/]@-Wno-double-promotion'
build:linux --per_file_copt='external/imgui-sfml[:/]@-Wno-implicit-fallthrough'
 
WORKSPACE added: 6, removed: 5, total 1
@@ -48,9 +48,9 @@ http_archive(
http_archive(
name = "ftxui", # MIT
build_file = "//third_party:ftxui.BUILD",
sha256 = "d891695ef22176f0c09f8261a37af9ad5b262dd670a81e6b83661a23abc2c54f",
strip_prefix = "FTXUI-2.0.0",
url = "https://github.com/ArthurSonzogni/FTXUI/archive/v2.0.0.tar.gz",
sha256 = "a8f2539ab95caafb21b0c534e8dfb0aeea4e658688797bb9e5539729d9258cc1",
strip_prefix = "FTXUI-3.0.0",
url = "https://github.com/ArthurSonzogni/FTXUI/archive/v3.0.0.tar.gz",
)
 
http_archive(