mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
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:
commit
4ff72b460a
@ -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
|
||||||
|
|||||||
10
recipes/wip/net/chat/repartee/recipe.toml
Normal file
10
recipes/wip/net/chat/repartee/recipe.toml
Normal 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",
|
||||||
|
]
|
||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user