mirror of
https://github.com/Kudaes/Puzzle
synced 2026-06-06 16:04:33 +00:00
2051acda29
There was a bug in Dinvoke_rs 0.2.1 that could trigger stack overflow errors in some environments. Fixed by upgrading to version 0.2.2.
17 lines
275 B
TOML
17 lines
275 B
TOML
[package]
|
|
name = "data"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
windows-core = "0.62.2"
|
|
dinvoke_rs = "=0.2.2"
|
|
|
|
[dependencies.windows]
|
|
version = "=0.62"
|
|
features = [
|
|
"Win32_Foundation",
|
|
"Win32_Storage",
|
|
"Win32_Storage_FileSystem",
|
|
"Win32_Security"
|
|
] |