Mercurial
comparison third_party/raylib/raylib-5.5_webassembly/BUILD @ 178:94705b5986b3
[ThirdParty] Added WRK and luajit for load testing.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Thu, 22 Jan 2026 20:10:30 -0800 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 177:24fe8ff94056 | 178:94705b5986b3 |
|---|---|
| 1 load("@rules_cc//cc:cc_import.bzl", "cc_import") | |
| 2 | |
| 3 cc_import( | |
| 4 name = "raylib_webassembly", | |
| 5 hdrs = ["//third_party/raylib:raylib_hdrs"], | |
| 6 static_library = "lib/libraylib.a", | |
| 7 visibility = ["//visibility:public"], | |
| 8 ) |