this repo has no description
13
fork

Configure Feed

Select the types of activity you want to include in your feed.

README tweaks

authored by

Jacob Sandlund and committed by
Tim Culverhouse
7111c304 ac8ea11b

+6 -5
+6 -5
README.md
··· 90 90 91 91 #### Sharing `uucode` with your application 92 92 93 - By default, libvaxis pulls in [`uucode`](https://github.com/jacobsandlund/uucode) 94 - with a fixed set of fields it needs (`east_asian_width`, `grapheme_break`, 95 - `general_category`, `is_emoji_presentation`). If your application also uses 96 - `uucode` and needs additional fields, you can build libvaxis against your own 97 - `uucode` module so that everyone shares one table. 93 + By default, libvaxis pulls in 94 + [`uucode`](https://github.com/jacobsandlund/uucode) with a fixed set of fields 95 + it needs (see [build.zig](./build.zig)). If your application also uses 96 + `uucode`, you can build libvaxis against your own `uucode` module so that 97 + everyone shares one table (or set of tables, based on your `uucode` 98 + configuration). 98 99 99 100 Pass `.external_uucode = true` to the libvaxis dependency and wire your 100 101 `uucode` module into the `vaxis` module yourself: