Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion haya_data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ default = []
mser = { workspace = true, default-features = false }

[build-dependencies]
mser = { workspace = true, default-features = false }
itoa = "1"
ryu = "1"
nested = "0.1"
Expand Down
3 changes: 0 additions & 3 deletions haya_data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ fn main() {
oak_log::decode((state.id() - block::oak_log.state_index()) as _).axis(),
prop_axis_x_y_z::z
);
let state: block_state = encode_state!(oak_log(oak_log::new().with_axis(prop_axis_x_y_z::z)));
assert_eq!(decode_state!(oak_log(state)).axis(), prop_axis_x_y_z::z);
assert_eq!(state.to_fluid().to_fluid(), fluid::empty);

let x = block::mud.state_default();
let b = x.to_block();
Expand Down
Loading