mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
16 lines
306 B
TOML
16 lines
306 B
TOML
[package]
|
|
name = "noita_api"
|
|
version = "1.6.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
eyre = "0.6.12"
|
|
libloading = "0.8.8"
|
|
noita_api_macro = {path = "noita_api_macro"}
|
|
shared = {path = "../shared"}
|
|
base64 = "0.22.1"
|
|
rustc-hash = "2.1.1"
|
|
smallvec = "1.15.1"
|
|
object = "0.37.3"
|
|
rayon = "1.11.0"
|
|
iced-x86 = "1.21.0"
|