Merge branch 'add-repartee' into 'master'

add repartee recipe and update other chat comments

See merge request redox-os/redox!2193
This commit is contained in:
Mathew John Roberts 2026-06-15 12:20:10 +01:00
commit 4ff72b460a
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] [source]
git = "https://github.com/ulyssa/iamb" git = "https://github.com/ulyssa/iamb"
shallow_clone = true 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] [source]
git = "https://github.com/osa1/tiny" git = "https://github.com/osa1/tiny"
shallow_clone = true shallow_clone = true