Skip to content

Commit fc5a963

Browse files
madsmtmnot-fl3
authored andcommitted
Fix backtrace dependency
1 parent a85325a commit fc5a963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ glam = { version = "0.27", features = ["scalar-math"] }
3333
image = { version = "0.24", default-features = false, features = ["png", "tga"] }
3434
macroquad_macro = { version = "0.1.8", path = "macroquad_macro" }
3535
fontdue = "0.9"
36-
backtrace = { version = "0.3.60", optional = true, default-features = false, features = [ "std", "libbacktrace" ] }
36+
backtrace = { version = "0.3.60", optional = true }
3737
log = { version = "0.4", optional = true }
3838
quad-snd = { version = "0.2", optional = true }
3939

0 commit comments

Comments
 (0)