Files
Thorsten Ball c68c8928c2 gpui/zed: Allow setting a GPU preference
This adds a new setting:

```jsonc
{
  "gpu": "discrete" // or: "integrated
}
```

On macOS, this setting will have an effect when selecting the device
with which to render windows.

On Linux, it's without an effect.
2024-07-18 16:04:53 +02:00
..