fix: temporary remove luajit for compliation reasons

This commit is contained in:
DecDuck
2025-08-25 12:43:23 +10:00
parent 817c3cf503
commit e66a6581cb
4 changed files with 16 additions and 64 deletions

53
Cargo.lock generated
View File

@@ -288,16 +288,6 @@ dependencies = [
"static_assertions",
]
[[package]]
name = "bstr"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
dependencies = [
"memchr",
"serde",
]
[[package]]
name = "bumpalo"
version = "3.19.0"
@@ -489,7 +479,6 @@ dependencies = [
"flate2",
"hex",
"md5",
"mlua",
"napi",
"napi-build",
"napi-derive",
@@ -900,32 +889,6 @@ dependencies = [
"windows-sys 0.59.0",
]
[[package]]
name = "mlua"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab2fea92b2adabd51808311b101551d6e3f8602b65e9fae51f7ad5b3d500f4cd"
dependencies = [
"bstr",
"either",
"mlua-sys",
"num-traits",
"parking_lot",
"rustc-hash",
"rustversion",
]
[[package]]
name = "mlua-sys"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d4dc9cfc5a7698899802e97480617d9726f7da78c910db989d4d0fd4991d900"
dependencies = [
"cc",
"cfg-if",
"pkg-config",
]
[[package]]
name = "napi"
version = "3.0.0-beta.11"
@@ -1104,16 +1067,6 @@ dependencies = [
"portable-atomic",
]
[[package]]
name = "parking_lot"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
version = "0.9.11"
@@ -1191,12 +1144,6 @@ version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
[[package]]
name = "pkg-config"
version = "0.3.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
[[package]]
name = "pollster"
version = "0.4.0"