kitgit

tirbofish/dropbear · diff

fb0d0f3 · tk

Merge pull request #2 from 4tkbytes/fix_up_guizmo_fuckup fix: gizmo works now

Unverified

diff --git a/.gitignore b/.gitignore
index 5ce925a..4456c17 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@ target
 .idea/
 Cargo.lock
 dropbear-engine/src/resources/textures/Autism.png
+.vscode
diff --git a/Cargo.toml b/Cargo.toml
index da7c7b0..72203e6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,56 @@
 [workspace]
+package.version = "0.1.2"
+package.edition = "2024"
+package.license = "GPL-3.0-or-later"
+package.repository = "https://github.com/4tkbytes/dropbear-engine"
+package.readme = "README.md"
+
 resolver = "3"
 members = ["dropbear-engine", "eucalyptus", "redback"]
 
+[workspace.dependencies]
+anyhow = "1.0"
+app_dirs2 = "2.5"
+bytemuck = { version = "1.23", features = ["derive"] }
+chrono = "0.4"
+dropbear-engine = { path = "dropbear-engine" }
+egui = "0.32"
+egui-toast-fork = "0.18"
+egui-wgpu = { version = "0.32", features = ["winit"] }
+egui-winit = "0.32"
+egui_dnd = "0.13"
+egui_dock-fork = { version = "0.17", features = ["serde"] }
+egui_extras = { version = "0.32", features = ["all_loaders"] }
+env_logger = "0.11"
+futures = "0.3"
+gilrs = "0.11"
+git2 = "0.20"
+glam = "0.30"
+hecs = {version = "0.10", features = ["serde"]}
+log = "0.4"
+model_to_image = "0.1"
+num-traits = "0.2"
+once_cell = "1.21"
+pollster = "0.4"
+rfd = "0.15.4"
+rhai = "1.22"

Large diffs are not rendered by default. Showing the first 50 of 1604 lines. Show full diff