Remove now obsolete disable-registration special case from node macro (#4484)

This commit is contained in:
Timon
2026-08-29 15:58:14 +02:00
committed by GitHub
parent 1c055bfaab
commit 5457b4faec
4 changed files with 13 additions and 24 deletions

View File

@@ -13,10 +13,10 @@ license = "Apache-2.0"
[features]
default = ["gpu", "shader-nodes", "web"]
web = ["editor", "editor?/wasm"]
editor = ["dep:editor", "dep:graphene-std", "dep:graph-craft", "dep:node-macro", "dep:wgpu"]
editor = ["dep:editor", "dep:graphene-std", "dep:graph-craft", "dep:wgpu"]
gpu = ["editor?/gpu"]
shader-nodes = ["graphene-std?/shader-nodes", "gpu"]
native = ["node-macro?/disable-registration"]
native = []
[lib]
crate-type = ["cdylib", "rlib"]
@@ -39,7 +39,6 @@ wgpu = { workspace = true, optional = true }
web-sys = { workspace = true }
serde_json = { workspace = true }
tsify = { workspace = true }
node-macro = { workspace = true, optional = true }
[dev-dependencies]
serde_bytes = { workspace = true }