Skip to content

Commit

Permalink
Merge pull request #9 from AlexanderARodin/dev
Browse files Browse the repository at this point in the history
fix cargo.toml
  • Loading branch information
AlexanderARodin authored Jan 31, 2024
2 parents 05edd2e + 2927175 commit c2e5037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ edition = "2021"
#raalog = { git = "https://github.com/AlexanderARodin/raalog.git", branch="dev" }
raalog = { git = "https://github.com/AlexanderARodin/raalog.git", tag="v0.2.0" }

audio_server = { path = "../audio_server/" }
# audio_server = { git = "https://github.com/AlexanderARodin/audio_server.git", branch="main" }
# audio_server = { path = "../audio_server/" }
audio_server = { git = "https://github.com/AlexanderARodin/audio_server.git", branch="main" }

egui = "0.24.0"
eframe = { version = "0.24.0", default-features = false, features = [
Expand Down

0 comments on commit c2e5037

Please sign in to comment.