Skip to content

Commit ffd5a27

Browse files
authored
Merge pull request louis-e#127 from benjamin051000/main
Change rfd features to enable manual builds on Linux.
2 parents 0097e3b + 1bee908 commit ffd5a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ nalgebra = "0.33.0"
3030
once_cell = "1.19.0"
3131
rand = "0.8.5"
3232
reqwest = { version = "0.12.7", features = ["blocking", "json"] }
33-
rfd = "0.15.0"
33+
rfd = { version = "0.15.1", default-features = false, features = ["tokio"] }
3434
semver = "1.0.23"
3535
serde = { version = "1.0", features = ["derive"] }
3636
serde_json = "1.0"

0 commit comments

Comments
 (0)