redox/recipes/wip/demos/mesa-demos/recipe.toml
2026-06-14 15:43:04 +07:00

20 lines
383 B
TOML

#TODO wayland only
[source]
tar = "https://archive.mesa3d.org/demos/mesa-demos-9.0.0.tar.xz"
[build]
template = "meson"
dependencies = [
"freeglut",
"mesa",
#this is possible, but demos remain using wayland (freeglut)
#"mesa-x11",
"wayland-protocols",
"libdecor",
]
dev-dependencies = [
"libstdcxx",
]
[package]
description = "Mesa demos (wayland only)"