mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
20 lines
No EOL
306 B
TOML
20 lines
No EOL
306 B
TOML
[package]
|
|
name = "ewext"
|
|
version = "0.4.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"}
|
|
eyre = "0.6.12"
|
|
noita_api = {path = "noita_api"} |