summaryrefslogtreecommitdiff
path: root/bindgen/rust/src/resources.rs
diff options
context:
space:
mode:
Diffstat (limited to 'bindgen/rust/src/resources.rs')
-rw-r--r--bindgen/rust/src/resources.rs4
1 files changed, 2 insertions, 2 deletions
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<ModelHandle> {