diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-08-10 13:25:53 +1000 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-08-10 13:25:53 +1000 |
commit | 071a635e63536e50abfad7d5aeca1208dba58025 (patch) | |
tree | e96c10f24f0accc4276ccf7d426a263fb8a14ffd /bindgen/rust/src | |
parent | dcb9f65b25e59edb21c9c3cac7b32d70ca19eb72 (diff) |
impl Default for Camera
Diffstat (limited to 'bindgen/rust/src')
-rw-r--r-- | bindgen/rust/src/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bindgen/rust/src/lib.rs b/bindgen/rust/src/lib.rs index a20a9e8..f2e177f 100644 --- a/bindgen/rust/src/lib.rs +++ b/bindgen/rust/src/lib.rs @@ -20,7 +20,8 @@ use std::{ }; use celeritas_sys::{ - Core_Bringup, Core_Shutdown, DirectionalLight, PointLight, RenderEnt, Transform, Vec3, + Camera, Camera_Create, Core_Bringup, Core_Shutdown, DirectionalLight, PointLight, RenderEnt, + Transform, Vec3, }; use serde::{Deserialize, Serialize}; |