noita_entangled_worlds/ewext/Cargo.toml
2024-11-24 20:58:44 +03:00

18 lines
258 B
TOML

[package]
name = "ewext"
version = "0.3.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[profile.release]
lto = true
strip = true
[dependencies]
libloading = "0.8.5"
backtrace = "0.3.74"
iced-x86 = "1.21.0"
noita_api_macro = {path = "noita_api_macro"}