From 970158443f7430c7210722eaf87ce0f0e3ef19e9 Mon Sep 17 00:00:00 2001 From: "K." Date: Sun, 25 Feb 2024 13:00:19 +0500 Subject: [PATCH] Add versions for local dependencies --- Cargo.toml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a2a071c..1a8f475 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"