mirror of
https://github.com/Screenly/Anthias.git
synced 2025-12-23 22:38:05 -05:00
* chore: create Cursor rules * chore: have `.cursor` be ignored in essential GitHub workflow files
10 lines
351 B
Plaintext
10 lines
351 B
Plaintext
---
|
|
description:
|
|
globs:
|
|
alwaysApply: true
|
|
---
|
|
- The [webview](mdc:webview) consists of purely C++ files.
|
|
- The WebView binary used for Raspberry Pi (1 to 4) devices uses Qt 5.
|
|
- The WebView binary used for Raspberry Pi 5 and x86 devices uses Qt 6.
|
|
- Use C++ macros when updating or generating code so that changes support
|
|
both Qt 5 and Qt 6 code. |