kitgit

tirbofish/dropbear · commit

824aa2553eba98a05b3757180380b9779e7ca089

adding a custom clippy lint for hecs::World::query_one_mut so i don't deal with that mistake.

Unverified

tk <4tkbytes@pm.me> · 2025-09-18 10:12

view full diff

diff --git a/Cargo.toml b/Cargo.toml
index 5061850..64b1587 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ package.repository = "https://github.com/4tkbytes/dropbear-engine"
 package.readme = "README.md"
 
 resolver = "3"
-members = ["dropbear-engine", "eucalyptus-core", "eucalyptus-editor"]
+members = ["deny_query_one_mut_lint", "dropbear-engine", "eucalyptus-core", "eucalyptus-editor"]
 # members = ["dropbear-engine", "eucalyptus-core", "eucalyptus-editor", "redback-runtime"]
 
 
@@ -42,8 +42,6 @@ open = "5"
 parking_lot = {version = "0.12", features = ["deadlock_detection"] }
 rfd = "0.15.4"
 ron = "0.11"
-# russimp-ng = { version = "3.2", features = ["static-link"] }
-# rustyscript = { version = "0.12" }
 serde = { version = "1.0.219", features = ["derive"] }
 spin_sleep = "1.3"
 transform-gizmo-egui = { git = "https://github.com/4tkbytes/transform-gizmo"}
@@ -52,7 +50,6 @@ wgpu = "25"
 winit = { version = "0.30", features = [] }
 zip = "5.1"
 walkdir = "2.3"
-# wasmer = { version = "6.1.0-rc.3" }
 rayon = "1.11"
 flate2 = "1.1"
 reqwest = { version = "0.11", features = ["stream"] }
@@ -61,10 +58,8 @@ async-trait = "0.1"
 futures-util = "0.3"
 boa_engine = "0.20"
 backtrace = "0.3"
-
-
 gltf = "1"
-thiserror = "2.0"
+os_info = "3.12"
 
 [workspace.dependencies.image]
 version = "0.25"
diff --git a/deny_query_one_mut_lint/Cargo.toml b/deny_query_one_mut_lint/Cargo.toml
new file mode 100644
index 0000000..30fe50b
--- /dev/null
+++ b/deny_query_one_mut_lint/Cargo.toml
@@ -0,0 +1,16 @@
+[package]
+name = "deny_query_one_mut_lint"

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