Fix Grapene CLI compilation (#3892)

* Fix grapene-cli compilation

* Improve cargo features to reduce recompiles
This commit is contained in:
Dennis Kobert
2026-03-13 11:28:34 +01:00
committed by GitHub
parent a3f88b0f96
commit eb30ee78bc
3 changed files with 7 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
authors.workspace = true
[features]
default = ["dealloc_nodes", "wgpu"]
default = ["dealloc_nodes", "wgpu", "loading"]
dealloc_nodes = ["core-types/dealloc_nodes"]
wgpu = ["wgpu-executor"]
tokio = ["dep:tokio"]