Files
RedBear-OS/recipes/wip/wayland/cosmic-comp/recipe.toml
T
2026-04-14 10:51:06 +01:00

22 lines
426 B
TOML

#TODO: performance issues, needs libinput runtime validation with evdevd
[source]
git = "https://github.com/jackpot51/cosmic-comp"
branch = "redox"
[build]
template = "custom"
dependencies = [
"libffi",
"libevdev",
"libinput",
"libwayland",
"libxkbcommon",
"mesa",
"pixman",
"seatd",
]
script = """
DYNAMIC_INIT
cookbook_cargo --no-default-features --config 'profile.release.lto = "thin"'
"""