add repartee recipe and update other chat comments

This commit is contained in:
auronandace 2026-06-15 10:47:31 +01:00
parent a56678a23f
commit f74c8deedf
3 changed files with 12 additions and 2 deletions

View File

@ -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

View File

@ -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",
]

View File

@ -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