diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-07-27 17:40:29 +1000 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-07-27 17:40:29 +1000 |
commit | baa4f15774e2eb179a9b6ad6f3b781e0c3e85af3 (patch) | |
tree | 71c7cbc81f86d720e730c0d314b9b295d2f8141d /editor/build.rs | |
parent | aa0fe8457cfff9c47c0c9fa4a1c86a79c7cbf9c5 (diff) |
remove the editor folder
Diffstat (limited to 'editor/build.rs')
-rw-r--r-- | editor/build.rs | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/editor/build.rs b/editor/build.rs deleted file mode 100644 index c37df51..0000000 --- a/editor/build.rs +++ /dev/null @@ -1,20 +0,0 @@ -fn main() { - // Tell cargo to look for shared libraries in the specified directory - // TODO: we need to look based on OS - // println!("cargo:rustc-link-search=/Users/josh/code/CodenameVentus/deps/celeritas-core/build/macosx/arm64/debug"); - // // println!("cargo:rustc-link-search=../../build/windows/x64/debug"); - - // // Tell cargo to tell rustc to link the system bzip2 - // // shared library. - // println!("cargo:rustc-link-lib=framework=CoreFoundation"); - // println!("cargo:rustc-link-lib=framework=Cocoa"); - // println!("cargo:rustc-link-lib=framework=IOKit"); - // println!("cargo:rustc-link-lib=framework=OpenGL"); - - // println!("cargo:rustc-link-lib=core_static"); - // println!("cargo:rustc-link-lib=glfw3"); - // println!("cargo:rustc-link-lib=framework=Cocoa"); - // println!("cargo:rustc-link-lib=framework=Foundation"); - // println!("cargo:rustc-link-lib=framework=QuartzCore"); - -}
\ No newline at end of file |