cf12defd28
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
22 lines
426 B
TOML
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"'
|
|
"""
|