summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2021-09-07 20:48:46 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2021-09-07 20:48:46 +0100
commit5cd2c2a8e56bdac1bc435fbd378ba7b10023c361 (patch)
tree164946a561ca991e5d89e2cb1b15c350967a2703 /src
parentf99f5c188693b877a927b61e686a556a7f15ecbd (diff)
downloadsubplot-5cd2c2a8e56bdac1bc435fbd378ba7b10023c361.tar.gz
chore: Rename generated file for resources to ease development
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'src')
-rw-r--r--src/resource.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resource.rs b/src/resource.rs
index 758ffca..43967ef 100644
--- a/src/resource.rs
+++ b/src/resource.rs
@@ -47,7 +47,7 @@ lazy_static! {
};
}
-static EMBEDDED_FILES: &[(&str, &[u8])] = include!(concat!(env!("OUT_DIR"), "/embedded_files.inc"));
+static EMBEDDED_FILES: &[(&str, &[u8])] = include!(concat!(env!("OUT_DIR"), "/embedded_files.rs"));
/// Retrieve the embedded file list
pub fn embedded_files() -> &'static [(&'static str, &'static [u8])] {