mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-10-31 10:38:09 +08:00 
			
		
		
		
	 5cfed50702
			
		
	
	5cfed50702
	
	
		
			
	
		
	
	
		
			Some checks failed
		
		
	
	Build / Bazel, ${{ matrix.cxx }}, ${{ matrix.os }} (cl, cl, windows-latest) (push) Has been cancelled
				
			Build / Bazel, ${{ matrix.cxx }}, ${{ matrix.os }} (clang, clang++, macos-latest) (push) Has been cancelled
				
			Build / Bazel, ${{ matrix.cxx }}, ${{ matrix.os }} (clang, clang++, ubuntu-latest) (push) Has been cancelled
				
			Build / Bazel, ${{ matrix.cxx }}, ${{ matrix.os }} (gcc, g++, macos-latest) (push) Has been cancelled
				
			Build / Bazel, ${{ matrix.cxx }}, ${{ matrix.os }} (gcc, g++, ubuntu-latest) (push) Has been cancelled
				
			Build / CMake, ${{ matrix.compiler }}, ${{ matrix.os }} (cl, Windows MSVC, windows-latest) (push) Has been cancelled
				
			Build / CMake, ${{ matrix.compiler }}, ${{ matrix.os }} (gcc, Linux GCC, ubuntu-latest) (push) Has been cancelled
				
			Build / CMake, ${{ matrix.compiler }}, ${{ matrix.os }} (llvm, llvm-cov gcov, Linux Clang, ubuntu-latest) (push) Has been cancelled
				
			Build / CMake, ${{ matrix.compiler }}, ${{ matrix.os }} (llvm, llvm-cov gcov, MacOS clang, macos-latest) (push) Has been cancelled
				
			Documentation / documentation (push) Has been cancelled
				
			
		
			
				
	
	
		
			14 lines
		
	
	
		
			321 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			321 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| # FTXUI module.
 | |
| module(
 | |
|     name = "ftxui",
 | |
|     version = "6.1.9",
 | |
|     compatibility_level = 6,
 | |
| )
 | |
| 
 | |
| # Build dependencies.
 | |
| bazel_dep(name = "rules_cc", version = "0.1.1")
 | |
| bazel_dep(name = "platforms", version = "0.0.10")
 | |
| 
 | |
| # Test dependencies.
 | |
| bazel_dep(name = "googletest", version = "1.14.0.bcr.1", dev_dependency = True)
 |