noita_entangled_worlds/ewext/Cargo.toml

15 lines
180 B
TOML

[package]
name = "ewext"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[profile.release]
#lto = "thin"
[dependencies]
libloading = "0.8.5"
backtrace = "0.3"