diff options
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 |
