From 8d4995609c494752faa0c0c6604e1b04ef0cb264 Mon Sep 17 00:00:00 2001 From: griffi-gh Date: Sat, 17 Feb 2024 21:56:21 +0100 Subject: [PATCH] add include --- hui-glium/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hui-glium/Cargo.toml b/hui-glium/Cargo.toml index 6bb0c32..0f214c1 100644 --- a/hui-glium/Cargo.toml +++ b/hui-glium/Cargo.toml @@ -7,6 +7,11 @@ version = "0.0.1" edition = "2021" license = "GPL-3.0-or-later" publish = true +include = [ + "shaders/**/*", + "src/**/*.rs", + "Cargo.toml", +] [dependencies] hui = { version = "=0.0.1", path = "../hui", default-features = false }