diff options
Diffstat (limited to 'engine/Cargo.toml')
| -rw-r--r-- | engine/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/engine/Cargo.toml b/engine/Cargo.toml index 6187bb4..260bb56 100644 --- a/engine/Cargo.toml +++ b/engine/Cargo.toml @@ -40,6 +40,12 @@ 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"] + + [build-dependencies] cfg_aliases = "0.2.1" build-rs = "0.3.4" |
