From 2e2c57a8c04575eec164279a49947cfdba250853 Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Fri, 26 Jul 2024 23:15:22 +1000 Subject: scenes and pbr cleanup to handle missing texture of param --- bindgen/rust/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bindgen/rust/Cargo.toml') diff --git a/bindgen/rust/Cargo.toml b/bindgen/rust/Cargo.toml index 765c5d0..8f9da64 100644 --- a/bindgen/rust/Cargo.toml +++ b/bindgen/rust/Cargo.toml @@ -1,10 +1,12 @@ [package] -name = "celeritas-rs" +name = "celeritas" version = "0.1.0" edition = "2021" [dependencies] celeritas-sys = { path = "./celeritas-sys" } +serde = { version = "1.0.204", features = ["derive"] } +serde_json = "1.0.120" egui = "0.27.1" egui_glfw = { git = "https://github.com/omnisci3nce/egui_glfw.git", rev = "67b432695433feb59761f3ae984b966ca3da31db" } -- cgit v1.2.3-70-g09d2