From ee1b7fd3bc66501b252ce9e3e5ba89ac9aa54632 Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Sat, 10 Aug 2024 23:18:22 +1000 Subject: more work on bindings and ral --- bindgen/rust/src/resources.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bindgen/rust/src/resources.rs') diff --git a/bindgen/rust/src/resources.rs b/bindgen/rust/src/resources.rs index 89cf6d7..e7f4505 100644 --- a/bindgen/rust/src/resources.rs +++ b/bindgen/rust/src/resources.rs @@ -1,6 +1,6 @@ -use std::{ffi::CString, path::Path}; +use std::ffi::CString; -use celeritas_sys::{ModelHandle, ModelLoad, ModelLoad_gltf}; +use celeritas_sys::{ModelHandle, ModelLoad_gltf}; /// Load a gltf from disk pub fn model_load_gltf(path: &str) -> Option { -- cgit v1.2.3-70-g09d2