From e90094445514effb65ac3bec05a9f5896cdc49db Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 13 Jul 2026 15:46:36 +0200 Subject: refactor(engine): store mouse inputs in mutex in windowing shared state --- engine/Cargo.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'engine/Cargo.toml') diff --git a/engine/Cargo.toml b/engine/Cargo.toml index 6e13c03..fa30dd0 100644 --- a/engine/Cargo.toml +++ b/engine/Cargo.toml @@ -13,6 +13,7 @@ seq-macro = "0.3.5" paste = "1.0.14" safer-ffi = "0.1.13" crossbeam-queue = "0.3.12" +parking_lot = "0.12.3" engine-macros = { workspace = true } engine-ecs = { workspace = true } engine-reflection = { workspace = true } @@ -39,11 +40,6 @@ features = ["derive"] git = "https://github.com/HampusMat/slang-rs" branch = "prebuilt-and-artifacts" -[dependencies.portable-atomic] -version = "=1.13.1" -default-features = false # The "fallback" feature should not be enabled -features = ["require-cas"] - [dependencies.dear-imgui-rs] git = "https://github.com/Latias94/dear-imgui-rs" # This commit has a fix for linking with libstdc++ on non-msvc Windows targets. When a -- cgit v1.2.3-18-g5258