update non user breaking dependencies

This commit is contained in:
bgkillas 2025-07-10 15:27:36 -04:00
parent e445ffb516
commit 685e4d6c9c
10 changed files with 572 additions and 979 deletions

663
blob_guy/Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -4,8 +4,8 @@ version = "0.1.0"
edition = "2024"
[lib]
crate-type = ["cdylib"]
#crate-type = ["rlib"]
#crate-type = ["cdylib"]
crate-type = ["rlib"]
[profile.release]
lto = true
@ -15,7 +15,6 @@ split-debuginfo = "packed"
incremental=true
codegen-units=1
opt-level = 3
overflow-checks = true
[dependencies]
noita_api = {path = "../noita_api"}
@ -26,4 +25,4 @@ rayon = "1.10.0"
[dev-dependencies]
rupl = {git = "https://github.com/bgkillas/rupl.git", default-features = false, features = ["egui"] }
eframe = "0.31.1"
eframe = "0.32.0"