diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-08-10 23:18:22 +1000 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-08-10 23:18:22 +1000 |
commit | ee1b7fd3bc66501b252ce9e3e5ba89ac9aa54632 (patch) | |
tree | 47b9b1916933d76bfcc327ad2f39370833bd3712 /bindgen/rust/src/resources.rs | |
parent | 8dc076e714fad6ee6fb493360e094c4002b1584a (diff) |
more work on bindings and ral
Diffstat (limited to 'bindgen/rust/src/resources.rs')
-rw-r--r-- | bindgen/rust/src/resources.rs | 4 |
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> { |