Use wrapping macro

This commit is contained in:
2025-06-30 10:22:28 +08:00
parent ebcce0b741
commit aafa03db02
3 changed files with 24 additions and 5 deletions

12
Cargo.lock generated
View File

@@ -323,6 +323,7 @@ dependencies = [
"int-enum",
"lazy_static",
"msg_tool_macro",
"overf",
"png",
"rand",
"serde",
@@ -345,6 +346,17 @@ version = "1.21.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
[[package]]
name = "overf"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63f45a6333db8b6985d6648e4f6c7f2aa814c660c0855c6f58ff67fea8b9f24b"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "png"
version = "0.17.16"