mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
update non user breaking dependencies
This commit is contained in:
parent
e445ffb516
commit
685e4d6c9c
10 changed files with 572 additions and 979 deletions
663
blob_guy/Cargo.lock
generated
663
blob_guy/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -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"
|
Loading…
Add table
Add a link
Reference in a new issue