Post refactor fixup (#3395)

* fixup

* fix feature deps for native
This commit is contained in:
Timon
2025-11-18 15:48:45 +00:00
committed by GitHub
parent 6a3b098681
commit 7d739c4542
9 changed files with 13 additions and 158 deletions

View File

@@ -7,7 +7,7 @@ authors = ["Graphite Authors <contact@graphite.rs>"]
license = "MIT OR Apache-2.0"
[features]
default = ["wasm", "wgpu", "shader-nodes"]
default = ["wasm", "wgpu"]
gpu = []
wgpu = ["gpu", "graph-craft/wgpu", "graphene-application-io/wgpu"]
wasm = [