-
- Downloads
stable vs nightly features
... | ... | @@ -15,9 +15,15 @@ version = "0.3.0" |
[dependencies] | ||
vcell = "0.1.0" | ||
array-debug = { git = "https://gitlab.henriktjader.com/pln/array-debug", optional = true } | ||
[features] | ||
debug-fmt = [] | ||
nightly = ["array-debug"] | ||
[dev-dependencies] | ||
array-debug = { git = "https://gitlab.henriktjader.com/pln/array-debug" } | ||
\ No newline at end of file | ||
[[example]] | ||
name = "example" | ||
[[example]] | ||
name = "example2" | ||
required-features = ["nightly"] |
Please register or sign in to comment