tirbofish/dropbear · diff
compiles, made a lot of efactoring...
Signature present but could not be verified.
Unverified
@@ -6,7 +6,17 @@ package.repository = "https://github.com/4tkbytes/dropbear" package.readme = "README.md" resolver = "3" -members = [ "dropbear-engine", "dropbear-macro", "dropbear-shader", "dropbear-traits", "dropbear_future-queue", "eucalyptus-core", "eucalyptus-editor", "magna-carta", "redback-runtime"] +members = [ + "dropbear-engine", + "dropbear-macro", + "dropbear-shader", + "dropbear-traits", + "dropbear_future-queue", + "eucalyptus-core", + "eucalyptus-editor", + "magna-carta", + "redback-runtime" +] [workspace.dependencies] anyhow = { version = "1.0", features = ["backtrace"] } @@ -32,7 +42,6 @@ gilrs = "0.11" git2 = { version = "0.20", features = ["vendored-openssl"] } glam = { version = "0.30", features = ["serde"] } hecs = { version = "0.10", features = ["serde"] } -lazy_static = "1.5" log = "0.4" log-once = "0.4" model_to_image = "0.1" @@ -67,6 +76,7 @@ memory-stats = "1.2" typetag = "0.2" syn = { version = "2.0", features = ["full"] } quote = "1.0" +egui_ltreeview = { version = "0.6", features = ["doc"] } [workspace.dependencies.image] version = "0.25" @@ -25,10 +25,21 @@ pub struct EntityTransform { } impl EntityTransform { + /// Creates a new [EntityTransform] from a local and world [Transform] pub fn new(local: Transform, world: Transform) -> Self { Self { local, world }
Large diffs are not rendered by default. Showing the first 50 of 4703 lines. Show full diff