diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-07-30 17:44:06 +1000 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-07-30 17:44:06 +1000 |
commit | ab2b4b960b06e40bfb7afe2ae30b925c2196b917 (patch) | |
tree | 8609b51d03e094a5d33a21663e0582bd757d3346 /bindgen/rust/src/lib.rs | |
parent | 8c74cc9814f241313bf09f60789b3d33c5575d33 (diff) |
fmt
Diffstat (limited to 'bindgen/rust/src/lib.rs')
-rw-r--r-- | bindgen/rust/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindgen/rust/src/lib.rs b/bindgen/rust/src/lib.rs index cfb999c..f65b031 100644 --- a/bindgen/rust/src/lib.rs +++ b/bindgen/rust/src/lib.rs @@ -63,4 +63,4 @@ pub enum Light { Point(ffi::PointLight), Directional(ffi::DirectionalLight), // Spot(ffi::Spotlight) -}
\ No newline at end of file +} |