Update wgpu to 0.17
This commit is contained in:
parent
c9bd48704d
commit
6cc354fdc4
2 changed files with 2 additions and 3 deletions
|
|
@ -82,7 +82,6 @@ pub fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|||
futures::futures::executor::block_on(async {
|
||||
let adapter = wgpu::util::initialize_adapter_from_env_or_default(
|
||||
&instance,
|
||||
backend,
|
||||
Some(&surface),
|
||||
)
|
||||
.await
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@ svg = ["resvg"]
|
|||
web-colors = ["iced_graphics/web-colors"]
|
||||
|
||||
[dependencies]
|
||||
wgpu = "0.16"
|
||||
glyphon = "0.3"
|
||||
wgpu = "0.17"
|
||||
glyphon = { git = "https://github.com/grovesNL/glyphon.git", rev = "20f0f8fa80e0d0df4c63634ce9176fa489546ca9" }
|
||||
raw-window-handle = "0.5"
|
||||
guillotiere = "0.6"
|
||||
futures = "0.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue