From 2224f5557a3f2d522a82de27cee73234fa856298 Mon Sep 17 00:00:00 2001 From: Vika Date: Sun, 30 Mar 2025 00:54:24 +0300 Subject: Allow sending HTML without plain-text pre-processing by the server 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. --- build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.rs') 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"], ); } -- cgit 1.4.1