Mercurial
view config/BUILD @ 116:7bd795bac997
[Postdog] Added scrollable area to inputs and history files, buttons to delete and view.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Wed, 07 Jan 2026 04:52:17 -0800 |
| parents | 75de5903355c |
| children |
line wrap: on
line source
config_setting( name = "macos", constraint_values = ["@platforms//os:macos"], ) config_setting( name = "linux", constraint_values = ["@platforms//os:linux"], ) config_setting( name = "windows", constraint_values = ["@platforms//os:windows"], )