From 9ac0e2f6e2713782c5ddf4ad9845746153ac15ae Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Fri, 20 May 2022 05:03:47 +0100 Subject: [PATCH] na-winit-wgpu: don't look for winit crate locally by default --- examples/na-winit-wgpu/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/na-winit-wgpu/Cargo.toml b/examples/na-winit-wgpu/Cargo.toml index b86fed4..a3f77ef 100644 --- a/examples/na-winit-wgpu/Cargo.toml +++ b/examples/na-winit-wgpu/Cargo.toml @@ -19,8 +19,8 @@ android_logger = "0.11.0" game-activity = { path="../../game-activity" } [patch.crates-io] -#winit = { git = "https://github.com/rib/winit", branch = "agdk-game-activity" } -winit = { path="../../../winit" } +winit = { git = "https://github.com/rib/winit", branch = "agdk-game-activity" } +#winit = { path="../../../winit" } [features] default = []