From f5e5a6fdf58f3135f3211135bfbcb6e70630309f Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Fri, 26 Jul 2024 18:58:43 +1000 Subject: fix glfw get key range so it doesnt panic on mac --- bindgen/rust/src/lib.rs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bindgen/rust/src/lib.rs (limited to 'bindgen/rust/src/lib.rs') diff --git a/bindgen/rust/src/lib.rs b/bindgen/rust/src/lib.rs new file mode 100644 index 0000000..f9e77b0 --- /dev/null +++ b/bindgen/rust/src/lib.rs @@ -0,0 +1,6 @@ +//! Celeritas bindings wrapper library + +#![warn(missing_docs)] +#![cfg_attr(docsrs, feature(doc_cfg))] + +pub use celeritas_sys as ffi; -- cgit v1.2.3-70-g09d2