mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Disable console and write logs to a file instead on Windows.
This commit is contained in:
parent
628572af84
commit
8a8a690cfa
3 changed files with 52 additions and 1 deletions
|
@ -49,6 +49,7 @@ quick-xml = { version = "0.37.0", features = ["serialize"] }
|
|||
dashmap = "6.0.1"
|
||||
eyre = "0.6.12"
|
||||
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"] }
|
||||
tracing-appender = "0.2.3"
|
||||
|
||||
[build-dependencies]
|
||||
winresource = "0.1.17"
|
||||
|
@ -61,4 +62,4 @@ lto = true
|
|||
strip = true
|
||||
|
||||
[profile.release-lto]
|
||||
inherits = "release"
|
||||
inherits = "release"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue