components/components.json

31 lines
579 B
JSON
Raw Normal View History

2022-08-31 11:16:26 +00:00
{
"wine": [
{
"name": "wine-ge-proton",
"title": "Wine-GE-Proton"
},
{
"name": "soda",
"title": "Soda"
},
{
"name": "lutris",
"title": "Lutris"
}
],
"dxvk": [
{
"name": "vanilla",
"title": "Vanilla"
},
{
"name": "async",
2023-03-08 12:08:51 +00:00
"title": "Async",
"features": {
"env": {
"DXVK_ASYNC": 1
}
}
2022-08-31 11:16:26 +00:00
}
]
}