From 01899d77e0e04a470fbc1ca000fef6e467334516 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Thu, 4 Jun 2026 18:55:50 -0400 Subject: Update --- Cargo.lock | 1 + crates/client/src/client.rs | 1 - flake.lock | 12 ++++++------ 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7cc7867..bb5eba6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2825,6 +2825,7 @@ dependencies = [ [[package]] name = "teleia" version = "0.1.0" +source = "git+https://github.com/lcolonq/teleia#bc0e38a0ad8b15db49d311d50a69aaa157fecde8" dependencies = [ "ahash", "base64 0.22.1", diff --git a/crates/client/src/client.rs b/crates/client/src/client.rs index 909baa6..272dd29 100644 --- a/crates/client/src/client.rs +++ b/crates/client/src/client.rs @@ -22,7 +22,6 @@ impl teleia::state::Game for Game { ("test".to_owned(), audio::Audio::new(&actx, include_bytes!("client/assets/audio/test.wav"))), ]) } - fn finish_title(&mut self, _ctx: &context::Context, _st: &mut state::State) -> Erm<()> { Ok(()) } fn mouse_press(&mut self, _ctx: &context::Context, _st: &mut state::State) -> Erm<()> { Ok(()) } fn mouse_move(&mut self, _ctx: &context::Context, _st: &mut state::State, _x: i32, _y: i32) -> Erm<()> { Ok(()) } fn update(&mut self, ctx: &context::Context, _st: &mut state::State) -> Erm<()> { diff --git a/flake.lock b/flake.lock index 789f157..36ee128 100644 --- a/flake.lock +++ b/flake.lock @@ -76,11 +76,11 @@ ] }, "locked": { - "lastModified": 1777329908, - "narHash": "sha256-UhRpKmDNj7chpHjaO+EpGBTyBnCpgntYp1fMyikbVyU=", + "lastModified": 1778890311, + "narHash": "sha256-JZx/jh/E16SlAATrzQvB7kZcbBBfXX0zCqpwgw+Qlfc=", "owner": "lcolonq", "repo": "pit", - "rev": "7748d30575151af59844f43a0e9149b18c40f2f1", + "rev": "48ab2cb8e3de88dbd0722337bd4617ad22de1a12", "type": "github" }, "original": { @@ -179,11 +179,11 @@ "rust-overlay": "rust-overlay" }, "locked": { - "lastModified": 1777752722, - "narHash": "sha256-iE75XQ1CbXS6f20+sRhs+2khTbhMPZ+KsuXPG7oYWNw=", + "lastModified": 1780389025, + "narHash": "sha256-vWj5X9Tr0okMwAajWr6dyF61PDj5H2PoqQeEFsOd/PA=", "owner": "lcolonq", "repo": "teleia", - "rev": "27844e551d8b91c0b953e9f534440ab937310f37", + "rev": "bc0e38a0ad8b15db49d311d50a69aaa157fecde8", "type": "github" }, "original": { -- cgit v1.2.3