diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-07-26 17:20:13 +1000 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-07-26 17:20:13 +1000 |
commit | aa1eeebb1c05edc22335cbb48af5d42be20750c0 (patch) | |
tree | cc0ef4dc620cb8621fd1a3762b7205b7a16401dc /bindgen/rust/src/lib.rs | |
parent | f083cacb259054ce996b70f8b9dc0d9eb0bdbfb8 (diff) |
moving some maths functions to implementation file
Diffstat (limited to 'bindgen/rust/src/lib.rs')
-rw-r--r-- | bindgen/rust/src/lib.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/bindgen/rust/src/lib.rs b/bindgen/rust/src/lib.rs deleted file mode 100644 index 1f64680..0000000 --- a/bindgen/rust/src/lib.rs +++ /dev/null @@ -1,7 +0,0 @@ -#![allow(non_upper_case_globals)] -#![allow(non_camel_case_types)] -#![allow(non_snake_case)] - -pub mod egui_utils; - -include!(concat!(env!("OUT_DIR"), "/bindings.rs")); |