summaryrefslogtreecommitdiffstats
path: root/examples/markdown/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/markdown/build.rs')
-rw-r--r--examples/markdown/build.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/markdown/build.rs b/examples/markdown/build.rs
new file mode 100644
index 00000000..ecbb7666
--- /dev/null
+++ b/examples/markdown/build.rs
@@ -0,0 +1,5 @@
+pub fn main() {
+ // println!("cargo::rerun-if-changed=fonts/markdown-icons.toml");
+ // iced_fontello::build("fonts/markdown-icons.toml")
+ // .expect("Build icons font");
+}