Skip to content

Commit

Permalink
cleanup: remove winit as a workspace dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
wash2 committed Dec 11, 2023
1 parent 56b6d65 commit 4fcbca5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,3 @@ web-sys = "=0.3.64"
wgpu = "0.18"
winapi = "0.3"
window_clipboard = "0.3"
[workspace.dependencies.winit]
git = "https://github.com/pop-os/winit.git"
branch = "master"
3 changes: 2 additions & 1 deletion winit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ log.workspace = true
thiserror.workspace = true
tracing.workspace = true
window_clipboard.workspace = true
winit.workspace = true
winit = { git = "https://github.com/pop-os/winit.git", branch = "master" }


sysinfo.workspace = true
sysinfo.optional = true
Expand Down

0 comments on commit 4fcbca5

Please sign in to comment.