noita_entangled_worlds/ewext/Cargo.toml

18 lines
213 B
TOML
Raw Normal View History

[package]
name = "ewext"
version = "0.2.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[profile.release]
lto = true
strip = true
[dependencies]
libloading = "0.8.5"
backtrace = "0.3.74"
2024-11-12 00:08:53 +03:00
iced-x86 = "1.21.0"