mirror of
https://github.com/rust-mobile/android-activity.git
synced 2026-07-14 02:28:54 +00:00
na-winit-wgpu: don't look for winit crate locally by default
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user