Mercurial
view seobeo/examples/BUILD @ 253:fdf3816959cb
[ui] Add Sonner-like notification stack
Co-authored-by: Copilot <[email protected]>
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Tue, 04 Aug 2026 12:21:19 -0700 |
| parents | dbf14f84d51c |
| children | 609d3c6aff4e |
line wrap: on
line source
load("@rules_cc//cc:cc_binary.bzl", "cc_binary") cc_binary( name = "websocket_server_example", srcs = ["websocket_server_example.c"], deps = ["//seobeo:seobeo"], visibility = ["//visibility:public"], )