Shaders: graster-nodes no-std fixups (#2984)

* wgpu-executor: remove useless features

* wgpu-executor: cleanup copy-pasted code

* gcore-shaders: no_std fixups
This commit is contained in:
Firestar99
2025-08-06 16:10:08 +02:00
committed by GitHub
parent 1742e6000a
commit caa228a1ec
13 changed files with 84 additions and 129 deletions

View File

@@ -4,11 +4,6 @@ version = "0.1.0"
edition = "2024"
license = "MIT OR Apache-2.0"
[features]
default = []
profiling = []
passthrough = []
[dependencies]
# Local dependencies
graphene-core = { workspace = true, features = ["wgpu"] }