kitgit

tirbofish/dropbear · commit

a9ef897d1dd77ae1f099714b9be4db971e4da167

basic changes, switching to PC

Unverified

tk <4tkbytes@pm.me> · 2025-09-19 07:13

view full diff

diff --git a/Cargo.toml b/Cargo.toml
index 13950d8..c7145dd 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 = ["deny_query_one_mut_lint", "dropbear-engine", "eucalyptus-core", "eucalyptus-editor"]
+members = [ "dropbear-engine", "eucalyptus-core", "eucalyptus-editor"]
 # members = ["dropbear-engine", "eucalyptus-core", "eucalyptus-editor", "redback-runtime"]
 
 
diff --git a/deny_query_one_mut_lint/Cargo.toml b/deny_query_one_mut_lint/Cargo.toml
deleted file mode 100644
index 30fe50b..0000000
--- a/deny_query_one_mut_lint/Cargo.toml
+++ /dev/null
@@ -1,16 +0,0 @@
-[package]
-name = "deny_query_one_mut_lint"
-version.workspace = true
-edition.workspace = true
-license = "MIT"
-repository.workspace = true
-readme = "README.md"
-
-[lib]
-crate-type = ["dylib"]
-
-[dependencies]
-
-
-[features]
-default = []
diff --git a/deny_query_one_mut_lint/README.md b/deny_query_one_mut_lint/README.md
deleted file mode 100644
index 09f8231..0000000
--- a/deny_query_one_mut_lint/README.md
+++ /dev/null
@@ -1,28 +0,0 @@
-# deny_query_one_mut_lint
-
-A custom lint for all codebases in the dropbear-engine that check if the usage of [`hecs::World::query_one_mut`] 
-is used. 
-
-### Cause
-
-The editor is required to have the world be threadsafe. This is achieved with the help of `Arc<RwLock<T>>`. 
-This is a great way to achieve threadsafety, however writing to the world often creates a 

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