From 8ce117f0b3fd4ceeb1d7058dde8793e4421ec076 Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Sat, 5 Oct 2024 17:44:50 +1000 Subject: trying to get rust bindgen working --- bindgen/rust/src/lib.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bindgen/rust/src/lib.rs') diff --git a/bindgen/rust/src/lib.rs b/bindgen/rust/src/lib.rs index 66c99a2..ce3326c 100644 --- a/bindgen/rust/src/lib.rs +++ b/bindgen/rust/src/lib.rs @@ -4,14 +4,14 @@ #![cfg_attr(docsrs, feature(doc_cfg))] pub use celeritas_sys as ffi; -use glam::Vec3; +// use glam::Vec3; /// Commonly used types pub mod prelude; -pub mod ral; -pub mod resources; -pub mod shader; +// pub mod ral; +// pub mod resources; +// pub mod shader; // use std::{ // ffi::CString, -- cgit v1.2.3-70-g09d2