summary refs log tree commit diff
path: root/build.rs
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2025-03-30 00:54:24 +0300
committerVika <vika@fireburn.ru>2025-03-30 00:54:24 +0300
commit2224f5557a3f2d522a82de27cee73234fa856298 (patch)
treeb0b8cd37a84766502f451ae101c2867d7d62ea55 /build.rs
parent20f1d890bd87a3d0e72cb150e02433340abb0e9d (diff)
downloadbowl-2224f5557a3f2d522a82de27cee73234fa856298.tar.zst
Allow sending HTML without plain-text pre-processing by the server HEAD main
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-xbuild.rs2
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"],
     );
 }