@cosmic-ts/raylib
v5.5.0-cosmic.1
Published
Zero-setup Raylib native dependency for cosmic-ts
Downloads
22
Readme
@cosmic-ts/raylib
Zero-setup Raylib 5.5 for cosmic-ts.
The package selects an official, pinned Raylib binary for the current
platform and exposes its include/link metadata through cosmic-native.toml.
Applications only need:
[native]
packages = ["@cosmic-ts/raylib"]Supported packages:
- Linux x64
- Windows x64 (MinGW)
- macOS x64 and arm64 (universal binary)
The platform packages contain unmodified official release artifacts and their zlib/libpng license. No global Raylib installation is required. Linux requires the standard OpenGL/X11 runtime available on graphical distributions.
