Mercurial
diff third_party/raylib/BUILD @ 282:6bd4a3990696 default tip
Add cross-platform canvas orchestration and typed composer
Enable native ARM dependencies, macOS Copilot orchestration, portable service supervision, CPU dictation, and a shared N-key speak-or-type composer.
Co-authored-by: Copilot <[email protected]>
Copilot-Session: f68442b1-fa8f-46a0-9689-81710613bbd4
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Thu, 20 Aug 2026 20:45:25 -0700 |
| parents | b55c22cff335 |
| children |
line wrap: on
line diff
--- a/third_party/raylib/BUILD Tue Aug 18 22:18:15 2026 -0700 +++ b/third_party/raylib/BUILD Thu Aug 20 20:45:25 2026 -0700 @@ -20,6 +20,7 @@ alias( name = "raylib", actual = select({ + "//config:windows_arm64_setting": "//third_party/raylib/raylib-6.0_winarm64_msvc16:raylib_windows_arm64", "//config:macos": "//third_party/raylib/raylib-6.0_macos:raylib_mac", "//config:linux": ":raylib_linux", "//config:windows": "//third_party/raylib/raylib-6.0_win64_msvc16:raylib_windows",