mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
20 lines
383 B
TOML
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)"
|