mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 22:34:18 +08:00
13 lines
274 B
TOML
13 lines
274 B
TOML
#TODO missing script for gnu make: https://github.com/wolfpld/tracy/releases/latest/download/tracy.pdf
|
|
[source]
|
|
git = "https://github.com/wolfpld/tracy"
|
|
rev = "v0.13.0"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"glfw3",
|
|
"freetype2",
|
|
"dbus",
|
|
"capstone",
|
|
]
|