Skip to content

Commit

Permalink
Add versions for local dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
katyo committed Feb 25, 2024
1 parent 28eebb2 commit 9701584
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,14 @@ fetch_unroll = "0.3"
glutin = "0.31"
log = "0.4"
android_logger = "0.13"
oboe-sys.path = "sys"
oboe.path = ""

[workspace.dependencies.oboe-sys]
version = "0.6"
path = "sys"

[workspace.dependencies.oboe]
version = "0.6"
path = ""

[workspace.dependencies.egui-winit]
version = "0.26"
Expand Down

0 comments on commit 9701584

Please sign in to comment.