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(