Mercurial
comparison third_party/raylib/raylib-5.5_webassembly/BUILD @ 186:8cf4ec5e2191 hg-web
Fixed merge conflict.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Fri, 23 Jan 2026 22:38:59 -0800 |
| parents | 94705b5986b3 |
| children |
comparison
equal
deleted
inserted
replaced
| 176:fed99fc04e12 | 186:8cf4ec5e2191 |
|---|---|
| 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 ) |