Skip to content

Commit feec797

Browse files
committed
gcore-shaders: toml cleanup
1 parent fd29135 commit feec797

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

node-graph/gcore-shaders/Cargo.toml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,23 @@ authors = ["Graphite Authors <[email protected]>"]
77
license = "MIT OR Apache-2.0"
88

99
[features]
10-
std = ["dep:dyn-any", "dep:serde", "dep:specta", "dep:log", "glam/debug-glam-assert", "glam/std", "glam/serde", "half/std", "half/serde", "num-traits/std"]
10+
# any feature that
11+
# * must be usable in shaders
12+
# * but requires std
13+
# * and should be on by default
14+
# should be in this list instead of `[workspace.dependency]`
15+
std = [
16+
"dep:dyn-any",
17+
"dep:serde",
18+
"dep:specta",
19+
"dep:log",
20+
"glam/debug-glam-assert",
21+
"glam/std",
22+
"glam/serde",
23+
"half/std",
24+
"half/serde",
25+
"num-traits/std"
26+
]
1127

1228
[dependencies]
1329
# Local std dependencies

0 commit comments

Comments
 (0)