summary refs log tree commit diff
path: root/build.rs
Commit message (Collapse)AuthorAgeFilesLines
* Allow sending HTML without plain-text pre-processing by the server HEAD mainVika2025-03-301-1/+1
| | | | | | | | This might be useful if your server is misbehaving, or if you wish to write your HTML by hand. Alternative options (like client-side preprocessing) can also be added in the future using this setting as a framework.
* Replace send iconVika2025-03-111-1/+1
|
* Set application ID from MesonVika2025-03-111-0/+6
|
* Use an icon from the GNOME Icon Development Kit for LLM enhancementsVika2025-02-241-1/+1
| | | | | | If the user doesn't have an emoji font installed (why wouldn't you?), this will be helpful. Additionally it makes this button less appealing and prominent.
* Provide an application iconVika2025-01-301-0/+9
|
* Fix build scriptVika2024-09-041-3/+6
|
* Mesonify buildVika2024-09-041-0/+17
This took a while and had me scratching my head often. But I managed to combine the best parts of Crane and Meson together, allowing me to have blazing fast Nix builds. This also adds initial scaffolding for gettext and other cool things.