noita_entangled_worlds/ewext/Cargo.toml
2024-11-30 19:54:49 +03:00

24 lines
394 B
TOML

[package]
name = "ewext"
version = "0.4.1"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[profile.release]
lto = true
strip = true
panic = "abort"
[dependencies]
libloading = "0.8.5"
backtrace = "0.3.74"
iced-x86 = "1.21.0"
noita_api_macro = {path = "noita_api_macro"}
eyre = "0.6.12"
noita_api = {path = "noita_api"}
tungstenite = "0.24.0"
bitcode = "0.6.3"
shared = {path = "../shared"}