Mercurial
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 281:c57149ad216e | 282:6bd4a3990696 |
|---|---|
| 18 ) | 18 ) |
| 19 | 19 |
| 20 alias( | 20 alias( |
| 21 name = "raylib", | 21 name = "raylib", |
| 22 actual = select({ | 22 actual = select({ |
| 23 "//config:windows_arm64_setting": "//third_party/raylib/raylib-6.0_winarm64_msvc16:raylib_windows_arm64", | |
| 23 "//config:macos": "//third_party/raylib/raylib-6.0_macos:raylib_mac", | 24 "//config:macos": "//third_party/raylib/raylib-6.0_macos:raylib_mac", |
| 24 "//config:linux": ":raylib_linux", | 25 "//config:linux": ":raylib_linux", |
| 25 "//config:windows": "//third_party/raylib/raylib-6.0_win64_msvc16:raylib_windows", | 26 "//config:windows": "//third_party/raylib/raylib-6.0_win64_msvc16:raylib_windows", |
| 26 "//conditions:default": "//third_party/raylib/raylib-6.0_webassembly:raylib_webassembly", | 27 "//conditions:default": "//third_party/raylib/raylib-6.0_webassembly:raylib_webassembly", |
| 27 }), | 28 }), |