diff --git a/config/aarch64/ci.toml b/config/aarch64/ci.toml index 5ea271a9..25b5f565 100644 --- a/config/aarch64/ci.toml +++ b/config/aarch64/ci.toml @@ -199,7 +199,6 @@ zlib = {} # #sdl2-gfx = {} # #sm64ex = {} # #spacecadetpinball = {} -# #termplay = {} # backtrace cannot find link.h # #twin-commander = {} # #ubuntu-wallpapers = {} # #unibilium = {} diff --git a/config/i586/ci.toml b/config/i586/ci.toml index 090d252b..1fc9d4d6 100644 --- a/config/i586/ci.toml +++ b/config/i586/ci.toml @@ -199,7 +199,6 @@ zlib = {} # #sdl2-gfx = {} # #sm64ex = {} # #spacecadetpinball = {} -# #termplay = {} # backtrace cannot find link.h # #twin-commander = {} # #ubuntu-wallpapers = {} # #unibilium = {} diff --git a/config/riscv64gc/ci.toml b/config/riscv64gc/ci.toml index fbb986a2..99e4307e 100644 --- a/config/riscv64gc/ci.toml +++ b/config/riscv64gc/ci.toml @@ -199,7 +199,6 @@ zlib = {} # #sdl2-gfx = {} # #sm64ex = {} # #spacecadetpinball = {} -# #termplay = {} # backtrace cannot find link.h # #twin-commander = {} # #ubuntu-wallpapers = {} # #unibilium = {} diff --git a/config/x86_64/ci.toml b/config/x86_64/ci.toml index 69a27520..559df360 100644 --- a/config/x86_64/ci.toml +++ b/config/x86_64/ci.toml @@ -308,7 +308,6 @@ zstd = {} #sdl2-gfx = {} #sm64ex = {} #spacecadetpinball = {} -#termplay = {} # backtrace cannot find link.h #twin-commander = {} #ubuntu-wallpapers = {} #unibilium = {} diff --git a/recipes/wip/other/termplay/recipe.sh b/recipes/wip/other/termplay/recipe.sh deleted file mode 100644 index e52a05f0..00000000 --- a/recipes/wip/other/termplay/recipe.sh +++ /dev/null @@ -1,2 +0,0 @@ -GIT=https://github.com/jD91mZM2/termplay.git -CARGOFLAGS="--no-default-features --features bin,termion"