From cde43cfd5c285dc213895cebc305d9ba7f094d1a Mon Sep 17 00:00:00 2001 From: tcmal Date: Sun, 25 Aug 2024 17:44:22 +0100 Subject: feat(contrib): add mouse input to flycam controls --- stockton-input/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'stockton-input/Cargo.toml') diff --git a/stockton-input/Cargo.toml b/stockton-input/Cargo.toml index 39c0666..fa6507f 100644 --- a/stockton-input/Cargo.toml +++ b/stockton-input/Cargo.toml @@ -4,4 +4,5 @@ version = "0.1.0" authors = ["Oscar Shrimpton "] edition = "2018" -[dependencies] \ No newline at end of file +[dependencies] +stockton-types = { path = "../stockton-types" } \ No newline at end of file -- cgit v1.2.3