mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-03 10:08:45 +08:00
12 lines
231 B
TOML
12 lines
231 B
TOML
#TODO missing script for installation, lacking build instructions
|
|
[source]
|
|
git = "https://github.com/zaphoyd/websocketpp"
|
|
rev = "0.8.2"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "cmake"
|
|
dependencies = [
|
|
"openssl3",
|
|
"zlib",
|
|
]
|