File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,7 @@ exclude = [".vscode/*"]
1515[dependencies ]
1616byondapi-sys = { path = " ../byondapi-sys" , version = " 0.11.1" }
1717byondapi-macros = { path = " ../byondapi-macros" , version = " 0.1.2" }
18- lazy_static = " 1.4.0"
1918libloading = " 0.8.3"
20- walkdir = " 2.5.0"
2119inventory = " 0.3.15"
2220num_enum = " 0.7.2"
2321
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This crate implements a rusty safe API for using BYONDAPI.
44
55# WARNING
66
7- This library automatically initializes on the first function call, using lazy_static! . This initialization can fail
7+ This library automatically initializes on the first function call, using OnceCell . This initialization can fail
88in one circumstance: where the symbols needed by the BYONDAPI are not found in the current executable.
99
1010The only sane way to handle this is to panic, which will inevitably unwind across the FFI barrier, which is ** undefined
You can’t perform that action at this time.
0 commit comments