From 49b460e5800ed1f99f4a946c03b2c352e4c3d611 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Fri, 5 Feb 2016 14:46:31 +0100 Subject: [PATCH] Minor TODO --- glsl-to-spirv/build/build.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/glsl-to-spirv/build/build.rs b/glsl-to-spirv/build/build.rs index db6ad7679..baf670ba0 100644 --- a/glsl-to-spirv/build/build.rs +++ b/glsl-to-spirv/build/build.rs @@ -22,6 +22,8 @@ fn main() { fs::copy(&path, &out_file).unwrap(); } + // TODO: check the hash of the files to make sure that they are not altered + // setting permissions of the executable { #[cfg(linux)] fn permissions() -> Option {