summaryrefslogtreecommitdiff
path: root/editor/Cargo.toml
diff options
context:
space:
mode:
authoromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-07-26 23:15:22 +1000
committeromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-07-26 23:15:22 +1000
commit2e2c57a8c04575eec164279a49947cfdba250853 (patch)
treeb5d20aa256de40ebd9bad7c59ab1e8ebb1c47b52 /editor/Cargo.toml
parentf5e5a6fdf58f3135f3211135bfbcb6e70630309f (diff)
scenes and pbr cleanup to handle missing texture of param
Diffstat (limited to 'editor/Cargo.toml')
-rw-r--r--editor/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/editor/Cargo.toml b/editor/Cargo.toml
new file mode 100644
index 0000000..580e726
--- /dev/null
+++ b/editor/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "editor"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+celeritas = { path = "../bindgen/rust"}
+egui = "0.27.1"
+egui_glfw = { git = "https://github.com/omnisci3nce/egui_glfw.git", rev = "67b432695433feb59761f3ae984b966ca3da31db" }
+gl = "0.14.0" \ No newline at end of file