compat.tray
#includeCross-platform system tray icon library (header-only)
#include "tray.h"
mcpp add compat.tray@0.0.0-8dd1358
Usage
From this repository's own test project — built and run by CI, not written for the website.
// Smoke test — verify compat.tray header compiles (header-only lib)
#define TRAY_IMPLEMENTATION
#include "tray.h"
import std;
int main() {
std::println("compat.tray smoke test: ok");
return 0;
}
tests/examples/tray/tests/header.cpp · project tests/examples/tray
Build
- targets
tray (lib)- language
c++23- C standard
c99- import std
- no
- include dirs
*
Sources (1)
mcpp_generated/tray_anchor.c
Generated files
mcpp_generated/tray_anchor.c
Versions
| Version | Platforms | Mirrors | sha256 |
|---|---|---|---|
0.0.0-8dd1358 latest |
LinuxWindowsmacOS | source | b08c9436bde3… |