aboutsummaryrefslogtreecommitdiffhomepage
path: root/ext/amd_comgr-sys/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/amd_comgr-sys/src/lib.rs')
-rw-r--r--ext/amd_comgr-sys/src/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/amd_comgr-sys/src/lib.rs b/ext/amd_comgr-sys/src/lib.rs
new file mode 100644
index 0000000..c7c144a
--- /dev/null
+++ b/ext/amd_comgr-sys/src/lib.rs
@@ -0,0 +1,3 @@
+#![allow(warnings)]
+pub mod amd_comgr;
+pub use amd_comgr::*; \ No newline at end of file