Mercurial
comparison third_party/raylib/raylib-6.0_webassembly/BUILD @ 276:b55c22cff335
Add interactive infinite canvas prototype
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 17 Aug 2026 16:57:56 -0700 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 274:c9be578316a6 | 276:b55c22cff335 |
|---|---|
| 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.web.a", | |
| 7 visibility = ["//visibility:public"], | |
| 8 ) |