aboutsummaryrefslogtreecommitdiff
path: root/azalea-block/Cargo.toml
diff options
context:
space:
mode:
authorCharles Johnson <32775248+ChemicalXandco@users.noreply.github.com>2023-02-09 17:18:56 +0000
committerGitHub <noreply@github.com>2023-02-09 11:18:56 -0600
commit48b2a37aa09f0302b40d0678cdde2703f919ed18 (patch)
tree14354705cfd342c58bb93b80f26de2246da5494c /azalea-block/Cargo.toml
parentc23fae6e5dc2832f3649838f514eafb9dfa3e598 (diff)
downloadazalea-drasl-48b2a37aa09f0302b40d0678cdde2703f919ed18.tar.xz
derive `Debug` for `BlockState` (#64)
* derive `Debug` for `BlockState` * change default Debug for BlockState --------- Co-authored-by: Ubuntu <github@matdoes.dev>
Diffstat (limited to 'azalea-block/Cargo.toml')
-rwxr-xr-xazalea-block/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/azalea-block/Cargo.toml b/azalea-block/Cargo.toml
index 8a45858c..0ab2edab 100755
--- a/azalea-block/Cargo.toml
+++ b/azalea-block/Cargo.toml
@@ -6,6 +6,9 @@ name = "azalea-block"
repository = "https://github.com/mat-1/azalea/tree/main/azalea-block"
version = "0.5.0"
+[features]
+full-debug = ["azalea-block-macros/full-debug"]
+
[lib]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html