From f74c8deedfbbd620858f1920cfc0297c70227f6b Mon Sep 17 00:00:00 2001 From: auronandace Date: Mon, 15 Jun 2026 10:47:31 +0100 Subject: [PATCH] add repartee recipe and update other chat comments --- recipes/wip/net/chat/iamb/recipe.toml | 2 +- recipes/wip/net/chat/repartee/recipe.toml | 10 ++++++++++ recipes/wip/net/chat/tiny/recipe.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 recipes/wip/net/chat/repartee/recipe.toml diff --git a/recipes/wip/net/chat/iamb/recipe.toml b/recipes/wip/net/chat/iamb/recipe.toml index debc3269..3f9a4263 100644 --- a/recipes/wip/net/chat/iamb/recipe.toml +++ b/recipes/wip/net/chat/iamb/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO fails to compile, matrix-sdk needs higher recursion limit [source] git = "https://github.com/ulyssa/iamb" shallow_clone = true diff --git a/recipes/wip/net/chat/repartee/recipe.toml b/recipes/wip/net/chat/repartee/recipe.toml new file mode 100644 index 00000000..31c08adc --- /dev/null +++ b/recipes/wip/net/chat/repartee/recipe.toml @@ -0,0 +1,10 @@ +# TODO fails to compile on mlua and aws-lc-sys +[source] +git = "https://github.com/outragedevs/repartee" +shallow_clone = true +[build] +template = "cargo" +dependencies = [ + "lua54", + "openssl3", +] diff --git a/recipes/wip/net/chat/tiny/recipe.toml b/recipes/wip/net/chat/tiny/recipe.toml index 955339a2..27f6c16c 100644 --- a/recipes/wip/net/chat/tiny/recipe.toml +++ b/recipes/wip/net/chat/tiny/recipe.toml @@ -1,4 +1,4 @@ -#TODO compiled but not tested (after cargo update and a patch on ring) +#TODO compiles, fails to run: termbox crate: Termbox::init() function [source] git = "https://github.com/osa1/tiny" shallow_clone = true