bruh [ci skip]

This commit is contained in:
Alula 2023-01-25 19:38:09 +01:00
parent ef1c2a5930
commit bbd20a003b
No known key found for this signature in database
GPG Key ID: 3E00485503A1D8BA
2 changed files with 8 additions and 2 deletions

View File

@ -87,7 +87,7 @@ strum = "0.24"
strum_macros = "0.24"
# remove and replace when drain_filter is in stable
vec_mut_scan = "0.4"
webbrowser = { version = "0.8", optional = true }
webbrowser = { version = "0.8.4", optional = true }
winit = { git = "https://github.com/doukutsu-rs/winit.git", rev = "878f206d19af01b0977277929eee5e32667453c0", optional = true, default_features = false, features = ["x11"] }
xmltree = "0.10"

View File

@ -9,6 +9,13 @@ opt-level = 3
codegen-units = 256
incremental = true
[profile.dev]
opt-level = 3
lto = "off"
overflow-checks = false
codegen-units = 256
incremental = true
[profile.dev.package."*"]
opt-level = 3
overflow-checks = false
@ -16,7 +23,6 @@ incremental = true
[profile.dev.package."doukutsu-rs"]
opt-level = 3
lto = "off"
overflow-checks = false
codegen-units = 256
incremental = true