Skip to content

Commit

Permalink
Made dependency crates.io only
Browse files Browse the repository at this point in the history
  • Loading branch information
drehren committed Mar 29, 2023
1 parent 5a5739f commit 25553b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ eframe = { version = "0.21", default-features = false, features = [
egui = "0.21"
open = "4.0.1"
paste = "1.0.12"
ramp64-srm-convert-lib = { path = "../ra_mp64_srm_convert/ramp64-srm-convert-lib", version = "0.4" }
ramp64-srm-convert-lib = "0.4"
rfd = { version = "0.11", default-features = false, features = ["gtk3"] }

# Optimize all dependencies even in debug builds:
Expand Down

0 comments on commit 25553b9

Please sign in to comment.