diff options
author | Vika <vika@fireburn.ru> | 2025-03-30 00:54:24 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2025-03-30 00:54:24 +0300 |
commit | 2224f5557a3f2d522a82de27cee73234fa856298 (patch) | |
tree | b0b8cd37a84766502f451ae101c2867d7d62ea55 /build.rs | |
parent | 20f1d890bd87a3d0e72cb150e02433340abb0e9d (diff) | |
download | bowl-2224f5557a3f2d522a82de27cee73234fa856298.tar.zst |
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.
Diffstat (limited to 'build.rs')
-rwxr-xr-x | build.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.rs b/build.rs index 6eb4244..b536da6 100755 --- a/build.rs +++ b/build.rs @@ -30,6 +30,6 @@ fn main() { None::<&str>, Some("./icons"), // Stock icons to include - ["menu", "brain-augemnted", "paper-plane" /* sic! */ ], + ["menu", "brain-augemnted" /* sic! */, "paper-plane", "editor"], ); } |