tirbofish/dropbear · diff
basic changes, switching to PC
Signature present but could not be verified.
Unverified
@@ -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"] @@ -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 = [] @@ -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