Update dependencies

Notables updates:
- wgpu v0.11.1 -> v0.12.0
- winit v0.20.0 -> v0.26.0
This commit is contained in:
0x192 2022-01-08 19:37:37 +01:00
commit eda0882451
No known key found for this signature in database
GPG key ID: 34D27465928A0A1D
2 changed files with 186 additions and 258 deletions

438
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -1,13 +1,11 @@
cargo-features = ["strip"] # nightly
[package]
name = "uad_gui"
description = "A cross-platform GUI debloater for android devices"
version = "0.3.0"
authors = ["w1nst0n"]
license = "GPL-3.0"
homepage = "https://gitlab.com/W1nst0n/universal-android-debloater-rs"
repository = "https://gitlab.com/W1nst0n/universal-android-debloater-rs"
homepage = "https://github.com/0x192/universal-android-debloater"
repository = "https://github.com/0x192/universal-android-debloater"
readme = "README.md"
keywords = ["debloater", "android", "adb", "privacy", "bloatware"]
categories = ["gui"]