diff options
| -rw-r--r-- | Cargo.lock | 1 | ||||
| -rw-r--r-- | crates/client/src/client.rs | 1 | ||||
| -rw-r--r-- | flake.lock | 12 |
3 files changed, 7 insertions, 7 deletions
@@ -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<()> { @@ -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": { |
