SIGN IN SIGN UP

Make `CosmicTextSystem` Linux-only (#14728)

Since `WindowsDispatcher` requires a minimum Windows version of Windows
10 Fall Creators Update (10.0.16299), and the `alacritty_terminal`
dependency relies on conPTY, an API introduced in the same version,
additionally, `DirectWriteTextSystem` also relies on Windows 10 Fall
Creators Update (10.0.16299), so it seems reasonable to make
`CosmicTextSystem` Linux-only. And we can use `DirectWriteTextSystem` on
the Windows platform exclusively. I hope this approach makes sense.

Release Notes:

- N/A
张小白 committed
82d6ad4616547e7228798971463d12934837c6b9
Parent: a60b3b9
Committed by GitHub <noreply@github.com> on 7/25/2024, 5:40:49 PM