diff options
| author | HampusM <hampus@hampusmat.com> | 2026-07-13 15:46:36 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-07-13 15:46:36 +0200 |
| commit | e90094445514effb65ac3bec05a9f5896cdc49db (patch) | |
| tree | 8c0baebe93c129f6db97b8b4f5f4f52f2fa32dfa /engine/Cargo.toml | |
| parent | ce2c05217251a6b87c20956889bf84953000f096 (diff) | |
refactor(engine): store mouse inputs in mutex in windowing shared state
Diffstat (limited to 'engine/Cargo.toml')
| -rw-r--r-- | engine/Cargo.toml | 6 |
1 files changed, 1 insertions, 5 deletions
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 |
