From 847c9f5d8b4493b65419274e912e584da0179542 Mon Sep 17 00:00:00 2001 From: Zakarum Date: Tue, 21 Jun 2022 20:25:00 +0300 Subject: [PATCH] Update erupt to 0.22 --- erupt/Cargo.toml | 4 ++-- erupt/src/lib.rs | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/erupt/Cargo.toml b/erupt/Cargo.toml index 5444b17..b8399f8 100644 --- a/erupt/Cargo.toml +++ b/erupt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gpu-descriptor-erupt" -version = "0.2.0" +version = "0.3.0" authors = ["Zakarum "] edition = "2018" description = "gpu-descriptor integration with erupt" @@ -14,5 +14,5 @@ readme = "../README.md" [dependencies] gpu-descriptor-types = { path = "../types", version = "0.1" } tracing = { version = "0.1", optional = true, default-features = false } -erupt = "0.19" +erupt = { version = "0.22", default-features = false } smallvec = "1.0" diff --git a/erupt/src/lib.rs b/erupt/src/lib.rs index 7c89c78..bc8146c 100644 --- a/erupt/src/lib.rs +++ b/erupt/src/lib.rs @@ -129,8 +129,7 @@ impl DescriptorDevice(