tirbofish/dropbear · commit
3182754efc3c7cef4c48345b966ad0712c35faf9
new package command, redback-runtime scripting works now, other features as well
jarvis, run github actions
Signature present but could not be verified.
Unverified
@@ -1,2 +1,2 @@ [target.x86_64-pc-windows-msvc] -rustflags = ["-C", "target-feature=+crt-static", "-C", "prefer-dynamic=no"] +rustflags = ["-C", "target-feature=+crt-static", "-C", "prefer-dynamic"] @@ -25,7 +25,7 @@ arboard = "3.6" bincode = { version = "2.0", features = ["serde"] } bytemuck = { version = "1.23", features = ["derive"] } chrono = "0.4" -clap = "4.5" +clap = { version = "4.5", features = ["derive"] } colored = "3.0" crossbeam-channel = "0.5" dropbear-engine = { path = "dropbear-engine" } @@ -40,7 +40,7 @@ impl CameraSettings { impl Default for CameraSettings { fn default() -> Self { - Self::new(1.0, 0.1, 45.0) + Self::new(1.0, 0.002, 45.0) } } @@ -105,7 +105,7 @@ impl SceneConfig { /// Helper function to load a component and add it to the entity builder async fn load_component( - component: Box<dyn dropbear_traits::SerializableComponent>, + component: Box<dyn SerializableComponent>, builder: &mut hecs::EntityBuilder, graphics: Arc<SharedGraphicsContext>, registry: Option<&ComponentRegistry>,
Large diffs are not rendered by default. Showing the first 50 of 1287 lines. Show full diff