nucleation 0.1.141__tar.gz → 0.1.143__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {nucleation-0.1.141 → nucleation-0.1.143}/Cargo.lock +150 -5
- {nucleation-0.1.141 → nucleation-0.1.143}/Cargo.toml +8 -2
- {nucleation-0.1.141 → nucleation-0.1.143}/PKG-INFO +1 -1
- {nucleation-0.1.141 → nucleation-0.1.143}/pre-push.sh +20 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/pyproject.toml +1 -1
- nucleation-0.1.143/release-artifacts/libnucleation-macos-arm64.dylib +0 -0
- nucleation-0.1.143/release-artifacts/libnucleation-macos-x64.dylib +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/release-artifacts/libnucleation.rlib +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/release-artifacts/nucleation-original.js +76 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/release-artifacts/nucleation.d.ts +39 -25
- nucleation-0.1.143/release-artifacts/nucleation_bg.wasm +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/release-artifacts/nucleation_bg.wasm.d.ts +29 -25
- {nucleation-0.1.141 → nucleation-0.1.143}/release-artifacts/package.json +1 -1
- nucleation-0.1.143/simple_cube.litematic +0 -0
- nucleation-0.1.143/src/ffi.rs +3099 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/formats/mcstructure.rs +59 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/lib.rs +2 -0
- nucleation-0.1.143/src/meshing/mod.rs +618 -0
- nucleation-0.1.143/src/python/meshing.rs +504 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/python/mod.rs +16 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/python/schematic.rs +153 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/universal_schematic.rs +34 -3
- {nucleation-0.1.141 → nucleation-0.1.143}/src/wasm/building.rs +54 -0
- nucleation-0.1.143/src/wasm/meshing.rs +393 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/wasm/mod.rs +8 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/wasm/schematic.rs +25 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/wasm/schematic_builder.rs +34 -0
- nucleation-0.1.143/test_schematic.schem +0 -0
- nucleation-0.1.143/tests/bedrock_conversion_tests.rs +118 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/mcstructure_tests.rs +3 -2
- nucleation-0.1.143/tests/samples/auto_register.mcstructure +0 -0
- nucleation-0.1.143/tests/samples/auto_register.schem +0 -0
- nucleation-0.1.143/tools/api_parity_exclusions.txt +126 -0
- nucleation-0.1.143/tools/check_api_parity.rs +1524 -0
- nucleation-0.1.141/examples/bracket_notation.rs +0 -60
- nucleation-0.1.141/examples/build_adder.rs +0 -276
- nucleation-0.1.141/examples/build_test_adder.rs +0 -87
- nucleation-0.1.141/examples/building_benchmark.rs +0 -217
- nucleation-0.1.141/examples/check_adder_dims.rs +0 -72
- nucleation-0.1.141/examples/connect4_battle_setup.rs +0 -204
- nucleation-0.1.141/examples/create_simple_litematic.rs +0 -41
- nucleation-0.1.141/examples/custom_io_signals.rs +0 -119
- nucleation-0.1.141/examples/ffi.md +0 -76
- nucleation-0.1.141/examples/generate_gradient_samples.rs +0 -93
- nucleation-0.1.141/examples/generate_nice_gradients.rs +0 -82
- nucleation-0.1.141/examples/generate_solid_color_tests.rs +0 -207
- nucleation-0.1.141/examples/inspect_blockpedia.rs +0 -16
- nucleation-0.1.141/examples/python.md +0 -108
- nucleation-0.1.141/examples/python_benchmark.py +0 -103
- nucleation-0.1.141/examples/python_simulation.py +0 -55
- nucleation-0.1.141/examples/rust.md +0 -162
- nucleation-0.1.141/examples/rust_fluent_api.rs +0 -50
- nucleation-0.1.141/examples/test_asymmetric_cubes.rs +0 -169
- nucleation-0.1.141/examples/test_checkerboard.rs +0 -118
- nucleation-0.1.141/examples/test_unicode_circuit.rs +0 -133
- nucleation-0.1.141/examples/universal_schematic_overhead.rs +0 -244
- nucleation-0.1.141/examples/wasm.md +0 -228
- nucleation-0.1.141/release-artifacts/libnucleation-macos-arm64.dylib +0 -0
- nucleation-0.1.141/release-artifacts/libnucleation-macos-x64.dylib +0 -0
- nucleation-0.1.141/release-artifacts/nucleation_bg.wasm +0 -0
- nucleation-0.1.141/simple_cube.litematic +0 -0
- nucleation-0.1.141/src/ffi.rs +0 -991
- nucleation-0.1.141/test_schematic.schem +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/.DS_Store +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/.cargo/config.toml +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/.github/workflows/ci.yml +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/.gitignore +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/.idea/.gitignore +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/.idea/minecraft_schematic_utils.iml +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/.idea/misc.xml +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/.idea/modules.xml +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/.idea/vcs.xml +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/4bit_adder.litematic +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/Dockerfile +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/LICENSE +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/README.md +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/WARP.md +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/benches/performance_test.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/benches/schematic_bench.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/build-ffi.sh +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/build-wasm.sh +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/docs/README.md +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/docs/building/README.md +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/docs/insign-io-integration.md +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/docs/javascript/README.md +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/docs/python/README.md +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/docs/rust/README.md +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/docs/shared/guide/circuit-api.md +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/docs/shared/guide/definition-region.md +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/docs/shared/guide/schematic-builder.md +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/docs/shared/guide/typed-executor.md +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/docs/shared/unicode-palette.md +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/helf_adder.litematic +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/insign.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/nucleation-stubs.php +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/nucleation.pyi +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/output/.DS_Store +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/output/full_adder.litematic +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/py.typed +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/release-artifacts/LICENSE +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/release-artifacts/README.md +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/release-artifacts/libnucleation.d +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/release-artifacts/nucleation-cdn-loader.js +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/release-artifacts/nucleation.js +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/schematic_builder/generated/d_latch.litematic +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/schematic_builder/generated/xor.schem +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/schematic_builder/templates/comparator_subtract_bug1.txt +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/schematic_builder/templates/comparator_subtract_bug2.txt +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/schematic_builder/templates/comparator_subtract_simple.txt +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/schematic_builder/templates/comparator_subtract_with_signs.txt +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/schematic_builder/templates/d_latch.txt +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/schematic_builder/templates/failing_case.txt +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/schematic_builder/templates/full_adder.txt +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/schematic_builder/templates/xor.txt +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/scripts/update-stubs.sh +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/bin/schematic-builder.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/block_entity/generic.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/block_entity/mod.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/block_position.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/block_state.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/bounding_box.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/building/brushes.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/building/enums.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/building/mod.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/building/shapes.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/chunk.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/definition_region.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/entity.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/formats/litematic.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/formats/manager.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/formats/mod.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/formats/schematic.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/formats/sponge_schematic_v3.md +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/insign.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/item/mod.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/item/stack.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/metadata.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/nbt/mod.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/php.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/print_utils.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/python/building.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/python/circuit_builder.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/python/definition_region.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/python/schematic_builder.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/python/simulation.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/python/typed_executor.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/region.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/schematic_builder/palettes.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/schematic_builder.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/simulation/circuit_builder.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/simulation/mchprs_world.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/simulation/mod.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/simulation/tests.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/simulation/truth_table.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/simulation/typed_executor/executor.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/simulation/typed_executor/insign_io.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/simulation/typed_executor/integration_tests.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/simulation/typed_executor/io_layout_builder.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/simulation/typed_executor/io_mapping.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/simulation/typed_executor/io_type.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/simulation/typed_executor/layout_function.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/simulation/typed_executor/mod.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/simulation/typed_executor/sort_strategy.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/simulation/typed_executor/tests.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/simulation/typed_executor/value.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/transforms.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/utils/block_string.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/utils/container_spec.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/utils/enhanced_nbt_parser.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/utils/mod.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/wasm/circuit_builder.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/wasm/definition_region.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/wasm/palettes.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/wasm/simulation.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/src/wasm/typed_executor.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/test-wasm.sh +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/test_adder.litematic +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/test_circuit.txt +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/test_cli_output.litematic +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/test_count_format.schem +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/test_enhanced.schem +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/test_fixed.schem +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/.DS_Store +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/barrel_nbt_test.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/building_tests.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/connect4_test.js +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/debug_flip.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/definition_regions_test.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/executor_config_test.js +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/integration_tests.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/mchprs_state_test.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/nbt_parsing_test.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/node_fluent_api_test.mjs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/node_simple_circuit_test.js +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/node_simple_circuit_test.mjs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/node_wasm_test.js +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/package.json +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/php-stubs-test.php +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/property_transformation_demo.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/python_simple_circuit_test.py +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/python_test.py +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/registry_tests.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/reproduce_bug.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/rust_fluent_api_test.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/samples/16-bit_divider.mcstructure +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/samples/1x1.litematic +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/samples/3x2x3.litematic +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/samples/3x3.litematic +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/samples/4x2x4.litematic +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/samples/4x4x4+1.litematic +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/samples/8-bit_alu.mcstructure +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/samples/Evaluator.schem +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/samples/all_items.litematic +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/samples/and.schem +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/samples/brewer.litematic +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/samples/c4_ai_last_played.schem +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/samples/c4_ai_left_most.schem +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/samples/cutecounter.schem +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/samples/door_plot.litematic +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/samples/file.litematic.l +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/samples/flip-flop.mcstructure +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/samples/gol.litematic +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/samples/large_schematic.schem +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/samples/linear_plotter.litematic +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/samples/litematic-rose-farm.litematic +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/samples/new_chest_test.schem +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/samples/quarry.litematic +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/samples/sample.litematic +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/samples/sample.schem +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/samples/spinny.litematic +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/samples/ss-sorter.litematic +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/samples/storage_thingy.litematic +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/samples/test_coordinate_thingy.litematic +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/samples/test_cube.schem +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/samples/trencher.litematic +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/samples/wool_palette.litematic +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/simple_wasm_test.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/test_barrel_hopper_simulation.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/test_chunk_bounds_bug.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/test_comparator_diagonal_bug.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/test_comparator_subtract_bug.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/test_comparator_subtract_executor.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/test_custom_io_adjacent_bug.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/test_custom_io_no_power_bug.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/test_intermediate_wire_sync.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/test_long_wire.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/test_nibble_signal_strength.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/test_region_expansion_bugs.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/test_repeater_chain_sync.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/test_repeater_custom_io_bug.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/test_simulation_with_tight_bounds.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/test_two_inputs_exact_topology.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/test_two_inputs_no_output_bug.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/test_typed_executor_sync_output_bug.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/transformation_tests.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/wasm_node_tests.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/tests/wasm_tests.rs +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/bun.lockb +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/index.html +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/index.js +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/minecraft_schematic_utils.js +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/minecraft_schematic_utils_bg.wasm +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/LICENSE +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/README.md +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/assert/strict.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/assert.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/async_hooks.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/buffer.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/child_process.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/cluster.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/console.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/constants.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/crypto.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/dgram.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/diagnostics_channel.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/dns/promises.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/dns.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/dom-events.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/domain.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/events.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/fs/promises.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/fs.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/globals.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/globals.global.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/http.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/http2.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/https.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/index.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/inspector.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/module.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/net.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/os.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/package.json +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/path.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/perf_hooks.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/process.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/punycode.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/querystring.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/readline/promises.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/readline.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/repl.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/sea.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/stream/consumers.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/stream/promises.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/stream/web.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/stream.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/string_decoder.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/test.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/timers/promises.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/timers.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/tls.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/trace_events.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/tty.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/url.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/util.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/v8.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/vm.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/wasi.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/worker_threads.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/node/zlib.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/LICENSE +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/README.md +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/index.d.mts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/index.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/LICENSE +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/README.md +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/assert/strict.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/assert.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/async_hooks.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/buffer.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/child_process.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/cluster.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/console.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/constants.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/crypto.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/dgram.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/diagnostics_channel.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/dns/promises.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/dns.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/dom-events.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/domain.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/events.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/fs/promises.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/fs.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/globals.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/globals.global.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/http.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/http2.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/https.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/index.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/inspector.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/module.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/net.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/LICENSE +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/README.md +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/agent.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/api.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/balanced-pool.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/cache.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/client.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/connector.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/content-type.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/cookies.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/diagnostics-channel.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/dispatcher.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/errors.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/eventsource.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/fetch.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/file.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/filereader.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/formdata.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/global-dispatcher.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/global-origin.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/handlers.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/header.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/index.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/interceptors.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/mock-agent.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/mock-client.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/mock-errors.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/mock-interceptor.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/mock-pool.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/package.json +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/patch.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/pool-stats.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/pool.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/proxy-agent.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/readable.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/retry-agent.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/retry-handler.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/util.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/webidl.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/node_modules/undici-types/websocket.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/os.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/package.json +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/path.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/perf_hooks.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/process.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/punycode.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/querystring.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/readline/promises.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/readline.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/repl.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/sea.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/sqlite.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/stream/consumers.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/stream/promises.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/stream/web.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/stream.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/string_decoder.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/test.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/timers/promises.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/timers.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/tls.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/trace_events.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/tty.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/url.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/util.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/v8.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/vm.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/wasi.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/worker_threads.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/node_modules/@types/node/zlib.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/@types/ws/package.json +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/bun-types/README.md +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/bun-types/bun.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/bun-types/deprecated.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/bun-types/fetch.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/bun-types/ffi.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/bun-types/globals.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/bun-types/html-rewriter.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/bun-types/index.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/bun-types/jsc.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/bun-types/overrides.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/bun-types/package.json +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/bun-types/sqlite.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/bun-types/test.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/bun-types/wasm.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/undici-types/README.md +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/undici-types/agent.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/undici-types/api.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/undici-types/balanced-pool.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/undici-types/cache.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/undici-types/client.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/undici-types/connector.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/undici-types/content-type.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/undici-types/cookies.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/undici-types/diagnostics-channel.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/undici-types/dispatcher.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/undici-types/errors.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/undici-types/fetch.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/undici-types/file.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/undici-types/filereader.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/undici-types/formdata.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/undici-types/global-dispatcher.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/undici-types/global-origin.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/undici-types/handlers.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/undici-types/header.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/undici-types/index.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/undici-types/interceptors.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/undici-types/mock-agent.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/undici-types/mock-client.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/undici-types/mock-errors.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/undici-types/mock-interceptor.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/undici-types/mock-pool.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/undici-types/package.json +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/undici-types/patch.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/undici-types/pool-stats.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/undici-types/pool.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/undici-types/proxy-agent.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/undici-types/readable.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/undici-types/webidl.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/node_modules/undici-types/websocket.d.ts +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/nucleation-web.js +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/nucleation-web_bg.wasm +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/nucleation.js +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/nucleation_bg.js +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/nucleation_bg.wasm +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/package.json +0 -0
- {nucleation-0.1.141 → nucleation-0.1.143}/wasm-test/server.js +0 -0
|
@@ -234,19 +234,22 @@ dependencies = [
|
|
|
234
234
|
|
|
235
235
|
[[package]]
|
|
236
236
|
name = "blockpedia"
|
|
237
|
-
version = "0.1.
|
|
237
|
+
version = "0.1.8"
|
|
238
238
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
239
|
-
checksum = "
|
|
239
|
+
checksum = "616422e09c183aa4dca9b226ac5a12766df2bb69f7a570ea3a9785e3a8d35ba1"
|
|
240
240
|
dependencies = [
|
|
241
241
|
"anyhow",
|
|
242
242
|
"console_error_panic_hook",
|
|
243
|
-
"
|
|
243
|
+
"fastnbt",
|
|
244
|
+
"flate2",
|
|
245
|
+
"image 0.24.9",
|
|
244
246
|
"js-sys",
|
|
245
247
|
"palette",
|
|
246
248
|
"phf",
|
|
247
249
|
"phf_codegen",
|
|
248
250
|
"serde",
|
|
249
251
|
"serde-wasm-bindgen 0.6.5",
|
|
252
|
+
"serde_bytes",
|
|
250
253
|
"serde_json",
|
|
251
254
|
"thiserror 1.0.69",
|
|
252
255
|
"tokio",
|
|
@@ -301,6 +304,12 @@ version = "1.5.0"
|
|
|
301
304
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
302
305
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
303
306
|
|
|
307
|
+
[[package]]
|
|
308
|
+
name = "byteorder-lite"
|
|
309
|
+
version = "0.1.0"
|
|
310
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
311
|
+
checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
|
|
312
|
+
|
|
304
313
|
[[package]]
|
|
305
314
|
name = "bzip2"
|
|
306
315
|
version = "0.4.4"
|
|
@@ -953,6 +962,18 @@ version = "1.0.0"
|
|
|
953
962
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
954
963
|
checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
|
|
955
964
|
|
|
965
|
+
[[package]]
|
|
966
|
+
name = "fastnbt"
|
|
967
|
+
version = "2.6.0"
|
|
968
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
969
|
+
checksum = "29e3bb1f9ba8b6dbb35d89b415216041c2cad0c3e0b329db85ef5d4fc9e80cd6"
|
|
970
|
+
dependencies = [
|
|
971
|
+
"byteorder",
|
|
972
|
+
"cesu8",
|
|
973
|
+
"serde",
|
|
974
|
+
"serde_bytes",
|
|
975
|
+
]
|
|
976
|
+
|
|
956
977
|
[[package]]
|
|
957
978
|
name = "fastrand"
|
|
958
979
|
version = "2.3.0"
|
|
@@ -1096,6 +1117,12 @@ dependencies = [
|
|
|
1096
1117
|
"weezl",
|
|
1097
1118
|
]
|
|
1098
1119
|
|
|
1120
|
+
[[package]]
|
|
1121
|
+
name = "glam"
|
|
1122
|
+
version = "0.27.0"
|
|
1123
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1124
|
+
checksum = "9e05e7e6723e3455f4818c7b26e855439f7546cf617ef669d1adedb8669e5cb9"
|
|
1125
|
+
|
|
1099
1126
|
[[package]]
|
|
1100
1127
|
name = "glob"
|
|
1101
1128
|
version = "0.3.3"
|
|
@@ -1115,6 +1142,30 @@ dependencies = [
|
|
|
1115
1142
|
"regex-syntax",
|
|
1116
1143
|
]
|
|
1117
1144
|
|
|
1145
|
+
[[package]]
|
|
1146
|
+
name = "gltf-derive"
|
|
1147
|
+
version = "1.4.1"
|
|
1148
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1149
|
+
checksum = "14070e711538afba5d6c807edb74bcb84e5dbb9211a3bf5dea0dfab5b24f4c51"
|
|
1150
|
+
dependencies = [
|
|
1151
|
+
"inflections",
|
|
1152
|
+
"proc-macro2",
|
|
1153
|
+
"quote",
|
|
1154
|
+
"syn 2.0.111",
|
|
1155
|
+
]
|
|
1156
|
+
|
|
1157
|
+
[[package]]
|
|
1158
|
+
name = "gltf-json"
|
|
1159
|
+
version = "1.4.1"
|
|
1160
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1161
|
+
checksum = "e6176f9d60a7eab0a877e8e96548605dedbde9190a7ae1e80bbcc1c9af03ab14"
|
|
1162
|
+
dependencies = [
|
|
1163
|
+
"gltf-derive",
|
|
1164
|
+
"serde",
|
|
1165
|
+
"serde_derive",
|
|
1166
|
+
"serde_json",
|
|
1167
|
+
]
|
|
1168
|
+
|
|
1118
1169
|
[[package]]
|
|
1119
1170
|
name = "goblin"
|
|
1120
1171
|
version = "0.9.3"
|
|
@@ -1366,11 +1417,24 @@ dependencies = [
|
|
|
1366
1417
|
"gif",
|
|
1367
1418
|
"jpeg-decoder",
|
|
1368
1419
|
"num-traits",
|
|
1369
|
-
"png",
|
|
1420
|
+
"png 0.17.16",
|
|
1370
1421
|
"qoi",
|
|
1371
1422
|
"tiff",
|
|
1372
1423
|
]
|
|
1373
1424
|
|
|
1425
|
+
[[package]]
|
|
1426
|
+
name = "image"
|
|
1427
|
+
version = "0.25.9"
|
|
1428
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1429
|
+
checksum = "e6506c6c10786659413faa717ceebcb8f70731c0a60cbae39795fdf114519c1a"
|
|
1430
|
+
dependencies = [
|
|
1431
|
+
"bytemuck",
|
|
1432
|
+
"byteorder-lite",
|
|
1433
|
+
"moxcms",
|
|
1434
|
+
"num-traits",
|
|
1435
|
+
"png 0.18.0",
|
|
1436
|
+
]
|
|
1437
|
+
|
|
1374
1438
|
[[package]]
|
|
1375
1439
|
name = "indexmap"
|
|
1376
1440
|
version = "2.12.1"
|
|
@@ -1392,6 +1456,12 @@ dependencies = [
|
|
|
1392
1456
|
"rustversion",
|
|
1393
1457
|
]
|
|
1394
1458
|
|
|
1459
|
+
[[package]]
|
|
1460
|
+
name = "inflections"
|
|
1461
|
+
version = "1.1.1"
|
|
1462
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1463
|
+
checksum = "a257582fdcde896fd96463bf2d40eefea0580021c0712a0e2b028b60b47a837a"
|
|
1464
|
+
|
|
1395
1465
|
[[package]]
|
|
1396
1466
|
name = "inout"
|
|
1397
1467
|
version = "0.1.4"
|
|
@@ -1798,6 +1868,16 @@ dependencies = [
|
|
|
1798
1868
|
"simd-adler32",
|
|
1799
1869
|
]
|
|
1800
1870
|
|
|
1871
|
+
[[package]]
|
|
1872
|
+
name = "moxcms"
|
|
1873
|
+
version = "0.7.11"
|
|
1874
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1875
|
+
checksum = "ac9557c559cd6fc9867e122e20d2cbefc9ca29d80d027a8e39310920ed2f0a97"
|
|
1876
|
+
dependencies = [
|
|
1877
|
+
"num-traits",
|
|
1878
|
+
"pxfm",
|
|
1879
|
+
]
|
|
1880
|
+
|
|
1801
1881
|
[[package]]
|
|
1802
1882
|
name = "native-tls"
|
|
1803
1883
|
version = "0.2.14"
|
|
@@ -1845,7 +1925,7 @@ dependencies = [
|
|
|
1845
1925
|
|
|
1846
1926
|
[[package]]
|
|
1847
1927
|
name = "nucleation"
|
|
1848
|
-
version = "0.1.
|
|
1928
|
+
version = "0.1.143"
|
|
1849
1929
|
dependencies = [
|
|
1850
1930
|
"base64",
|
|
1851
1931
|
"blockpedia",
|
|
@@ -1870,6 +1950,7 @@ dependencies = [
|
|
|
1870
1950
|
"pyo3",
|
|
1871
1951
|
"quartz_nbt",
|
|
1872
1952
|
"rand",
|
|
1953
|
+
"schematic-mesher",
|
|
1873
1954
|
"serde",
|
|
1874
1955
|
"serde-wasm-bindgen 0.4.5",
|
|
1875
1956
|
"serde_json",
|
|
@@ -2233,6 +2314,19 @@ dependencies = [
|
|
|
2233
2314
|
"miniz_oxide",
|
|
2234
2315
|
]
|
|
2235
2316
|
|
|
2317
|
+
[[package]]
|
|
2318
|
+
name = "png"
|
|
2319
|
+
version = "0.18.0"
|
|
2320
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2321
|
+
checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
|
|
2322
|
+
dependencies = [
|
|
2323
|
+
"bitflags 2.10.0",
|
|
2324
|
+
"crc32fast",
|
|
2325
|
+
"fdeflate",
|
|
2326
|
+
"flate2",
|
|
2327
|
+
"miniz_oxide",
|
|
2328
|
+
]
|
|
2329
|
+
|
|
2236
2330
|
[[package]]
|
|
2237
2331
|
name = "portable-atomic"
|
|
2238
2332
|
version = "1.12.0"
|
|
@@ -2303,6 +2397,15 @@ dependencies = [
|
|
|
2303
2397
|
"unicase",
|
|
2304
2398
|
]
|
|
2305
2399
|
|
|
2400
|
+
[[package]]
|
|
2401
|
+
name = "pxfm"
|
|
2402
|
+
version = "0.1.27"
|
|
2403
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2404
|
+
checksum = "7186d3822593aa4393561d186d1393b3923e9d6163d3fbfd6e825e3e6cf3e6a8"
|
|
2405
|
+
dependencies = [
|
|
2406
|
+
"num-traits",
|
|
2407
|
+
]
|
|
2408
|
+
|
|
2306
2409
|
[[package]]
|
|
2307
2410
|
name = "pyo3"
|
|
2308
2411
|
version = "0.25.1"
|
|
@@ -2646,6 +2749,21 @@ dependencies = [
|
|
|
2646
2749
|
"windows-sys 0.61.2",
|
|
2647
2750
|
]
|
|
2648
2751
|
|
|
2752
|
+
[[package]]
|
|
2753
|
+
name = "schematic-mesher"
|
|
2754
|
+
version = "0.1.0"
|
|
2755
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2756
|
+
checksum = "ec748bb39b1a01b922abac827a9cda30b9d144acb8d8b5df7353fd38842853e7"
|
|
2757
|
+
dependencies = [
|
|
2758
|
+
"glam",
|
|
2759
|
+
"gltf-json",
|
|
2760
|
+
"image 0.25.9",
|
|
2761
|
+
"serde",
|
|
2762
|
+
"serde_json",
|
|
2763
|
+
"thiserror 1.0.69",
|
|
2764
|
+
"zip 2.4.2",
|
|
2765
|
+
]
|
|
2766
|
+
|
|
2649
2767
|
[[package]]
|
|
2650
2768
|
name = "scopeguard"
|
|
2651
2769
|
version = "1.2.0"
|
|
@@ -2757,6 +2875,16 @@ dependencies = [
|
|
|
2757
2875
|
"wasm-bindgen",
|
|
2758
2876
|
]
|
|
2759
2877
|
|
|
2878
|
+
[[package]]
|
|
2879
|
+
name = "serde_bytes"
|
|
2880
|
+
version = "0.11.19"
|
|
2881
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2882
|
+
checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
|
|
2883
|
+
dependencies = [
|
|
2884
|
+
"serde",
|
|
2885
|
+
"serde_core",
|
|
2886
|
+
]
|
|
2887
|
+
|
|
2760
2888
|
[[package]]
|
|
2761
2889
|
name = "serde_core"
|
|
2762
2890
|
version = "1.0.228"
|
|
@@ -3930,6 +4058,23 @@ dependencies = [
|
|
|
3930
4058
|
"zstd 0.11.2+zstd.1.5.2",
|
|
3931
4059
|
]
|
|
3932
4060
|
|
|
4061
|
+
[[package]]
|
|
4062
|
+
name = "zip"
|
|
4063
|
+
version = "2.4.2"
|
|
4064
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4065
|
+
checksum = "fabe6324e908f85a1c52063ce7aa26b68dcb7eb6dbc83a2d148403c9bc3eba50"
|
|
4066
|
+
dependencies = [
|
|
4067
|
+
"arbitrary",
|
|
4068
|
+
"crc32fast",
|
|
4069
|
+
"crossbeam-utils",
|
|
4070
|
+
"displaydoc",
|
|
4071
|
+
"flate2",
|
|
4072
|
+
"indexmap",
|
|
4073
|
+
"memchr",
|
|
4074
|
+
"thiserror 2.0.17",
|
|
4075
|
+
"zopfli",
|
|
4076
|
+
]
|
|
4077
|
+
|
|
3933
4078
|
[[package]]
|
|
3934
4079
|
name = "zip"
|
|
3935
4080
|
version = "6.0.0"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[package]
|
|
2
2
|
name = "nucleation"
|
|
3
|
-
version = "0.1.
|
|
3
|
+
version = "0.1.143"
|
|
4
4
|
edition = "2021"
|
|
5
5
|
description = "A high-performance Minecraft schematic parser and utility library"
|
|
6
6
|
authors = ["Nano nano@schem.at"]
|
|
@@ -9,6 +9,7 @@ repository = "https://github.com/Schem-at/Nucleation"
|
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
keywords = ["minecraft", "schematic", "parser", "voxel"]
|
|
11
11
|
categories = ["game-development", "parser-implementations", "wasm"]
|
|
12
|
+
exclude = ["web/", "examples/", "test-schematics/"]
|
|
12
13
|
|
|
13
14
|
[lib]
|
|
14
15
|
crate-type = ["cdylib", "rlib"]
|
|
@@ -34,6 +35,8 @@ simulation = [
|
|
|
34
35
|
"mchprs_world",
|
|
35
36
|
"mchprs_blocks",
|
|
36
37
|
]
|
|
38
|
+
# Meshing support - generate 3D meshes from schematics
|
|
39
|
+
meshing = ["schematic-mesher"]
|
|
37
40
|
|
|
38
41
|
[dependencies]
|
|
39
42
|
serde = { version = "1.0", features = ["derive"] }
|
|
@@ -44,7 +47,7 @@ flate2 = "1.1.2"
|
|
|
44
47
|
log = "0.4.22"
|
|
45
48
|
console = "0.15.8"
|
|
46
49
|
insign = "0.1.1"
|
|
47
|
-
blockpedia = { version = "0.1.
|
|
50
|
+
blockpedia = { version = "0.1.8", default-features = false, features = ["wasm"] }
|
|
48
51
|
|
|
49
52
|
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
|
50
53
|
hematite-nbt = "*"
|
|
@@ -69,6 +72,9 @@ ext-php-rs = { version = "0.13.1", optional = true }
|
|
|
69
72
|
|
|
70
73
|
bytemuck = "1.23.1"
|
|
71
74
|
|
|
75
|
+
# Meshing dependencies - optional
|
|
76
|
+
schematic-mesher = { version = "0.1", optional = true }
|
|
77
|
+
|
|
72
78
|
# Simulation (MCHPRS) dependencies - optional
|
|
73
79
|
# Note: These are git dependencies and will be excluded from crates.io publish
|
|
74
80
|
# Using Nano112's MCHPRS fork with custom IO support and bug fixes
|
|
@@ -108,6 +108,26 @@ else
|
|
|
108
108
|
fi
|
|
109
109
|
echo ""
|
|
110
110
|
|
|
111
|
+
# 8. API parity check
|
|
112
|
+
echo -e "${YELLOW}Checking:${NC} API parity across WASM/Python/FFI"
|
|
113
|
+
PARITY_BIN="target/check_api_parity"
|
|
114
|
+
if [ ! -f "$PARITY_BIN" ] || [ "tools/check_api_parity.rs" -nt "$PARITY_BIN" ]; then
|
|
115
|
+
rustc tools/check_api_parity.rs -o "$PARITY_BIN" 2>/dev/null
|
|
116
|
+
fi
|
|
117
|
+
if [ -f "$PARITY_BIN" ]; then
|
|
118
|
+
if "$PARITY_BIN" 2>&1; then
|
|
119
|
+
echo -e "${GREEN}✓${NC} API parity check passed"
|
|
120
|
+
else
|
|
121
|
+
echo -e "${RED}✗${NC} API parity check FAILED"
|
|
122
|
+
echo " Run: rustc tools/check_api_parity.rs -o /tmp/parity && /tmp/parity --verbose"
|
|
123
|
+
echo " Generate stubs: /tmp/parity --generate-stubs"
|
|
124
|
+
OVERALL_STATUS=1
|
|
125
|
+
fi
|
|
126
|
+
else
|
|
127
|
+
echo -e "${YELLOW}⚠${NC} Could not compile parity checker"
|
|
128
|
+
fi
|
|
129
|
+
echo ""
|
|
130
|
+
|
|
111
131
|
# Final summary
|
|
112
132
|
echo "=================================="
|
|
113
133
|
if [ $OVERALL_STATUS -eq 0 ]; then
|
|
@@ -4,7 +4,7 @@ build-backend = "maturin"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "nucleation"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.143"
|
|
8
8
|
description = "A high-performance Minecraft schematic parser and utility library"
|
|
9
9
|
authors = [{ name = "Nano", email = "nano@schem.at" }]
|
|
10
10
|
license = { text = "AGPL-3.0-only" }
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -540,6 +540,39 @@ export class BrushWrapper {
|
|
|
540
540
|
const ret = wasm.brushwrapper_linear_gradient(x1, y1, z1, r1, g1, b1, x2, y2, z2, r2, g2, b2, isLikeNone(space) ? 0xFFFFFF : space, ptr0, len0);
|
|
541
541
|
return BrushWrapper.__wrap(ret);
|
|
542
542
|
}
|
|
543
|
+
/**
|
|
544
|
+
* Create a bilinear gradient brush (4-corner quad)
|
|
545
|
+
* @param {number} ox
|
|
546
|
+
* @param {number} oy
|
|
547
|
+
* @param {number} oz
|
|
548
|
+
* @param {number} ux
|
|
549
|
+
* @param {number} uy
|
|
550
|
+
* @param {number} uz
|
|
551
|
+
* @param {number} vx
|
|
552
|
+
* @param {number} vy
|
|
553
|
+
* @param {number} vz
|
|
554
|
+
* @param {number} r00
|
|
555
|
+
* @param {number} g00
|
|
556
|
+
* @param {number} b00
|
|
557
|
+
* @param {number} r10
|
|
558
|
+
* @param {number} g10
|
|
559
|
+
* @param {number} b10
|
|
560
|
+
* @param {number} r01
|
|
561
|
+
* @param {number} g01
|
|
562
|
+
* @param {number} b01
|
|
563
|
+
* @param {number} r11
|
|
564
|
+
* @param {number} g11
|
|
565
|
+
* @param {number} b11
|
|
566
|
+
* @param {number | null} [space]
|
|
567
|
+
* @param {string[] | null} [palette_filter]
|
|
568
|
+
* @returns {BrushWrapper}
|
|
569
|
+
*/
|
|
570
|
+
static bilinear_gradient(ox, oy, oz, ux, uy, uz, vx, vy, vz, r00, g00, b00, r10, g10, b10, r01, g01, b01, r11, g11, b11, space, palette_filter) {
|
|
571
|
+
var ptr0 = isLikeNone(palette_filter) ? 0 : passArrayJsValueToWasm0(palette_filter, wasm.__wbindgen_malloc);
|
|
572
|
+
var len0 = WASM_VECTOR_LEN;
|
|
573
|
+
const ret = wasm.brushwrapper_bilinear_gradient(ox, oy, oz, ux, uy, uz, vx, vy, vz, r00, g00, b00, r10, g10, b10, r01, g01, b01, r11, g11, b11, isLikeNone(space) ? 0xFFFFFF : space, ptr0, len0);
|
|
574
|
+
return BrushWrapper.__wrap(ret);
|
|
575
|
+
}
|
|
543
576
|
/**
|
|
544
577
|
* Create a color brush (matches closest block to RGB color)
|
|
545
578
|
* Palette: optional list of block IDs to restrict matching to.
|
|
@@ -2468,6 +2501,19 @@ export class SchematicBuilderWrapper {
|
|
|
2468
2501
|
}
|
|
2469
2502
|
return SchematicWrapper.__wrap(ret[0]);
|
|
2470
2503
|
}
|
|
2504
|
+
/**
|
|
2505
|
+
* Add multiple layers (array of arrays of strings)
|
|
2506
|
+
* @param {any} layers
|
|
2507
|
+
* @returns {SchematicBuilderWrapper}
|
|
2508
|
+
*/
|
|
2509
|
+
layers(layers) {
|
|
2510
|
+
const ptr = this.__destroy_into_raw();
|
|
2511
|
+
const ret = wasm.schematicbuilderwrapper_layers(ptr, layers);
|
|
2512
|
+
if (ret[2]) {
|
|
2513
|
+
throw takeFromExternrefTable0(ret[1]);
|
|
2514
|
+
}
|
|
2515
|
+
return SchematicBuilderWrapper.__wrap(ret[0]);
|
|
2516
|
+
}
|
|
2471
2517
|
}
|
|
2472
2518
|
if (Symbol.dispose) SchematicBuilderWrapper.prototype[Symbol.dispose] = SchematicBuilderWrapper.prototype.free;
|
|
2473
2519
|
|
|
@@ -2939,6 +2985,22 @@ export class SchematicWrapper {
|
|
|
2939
2985
|
const ret = wasm.schematicwrapper_get_format_versions(ptr0, len0);
|
|
2940
2986
|
return ret;
|
|
2941
2987
|
}
|
|
2988
|
+
/**
|
|
2989
|
+
* @param {string} region_name
|
|
2990
|
+
* @param {number} x
|
|
2991
|
+
* @param {number} y
|
|
2992
|
+
* @param {number} z
|
|
2993
|
+
* @param {string} block_name
|
|
2994
|
+
* @returns {boolean}
|
|
2995
|
+
*/
|
|
2996
|
+
set_block_in_region(region_name, x, y, z, block_name) {
|
|
2997
|
+
const ptr0 = passStringToWasm0(region_name, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
2998
|
+
const len0 = WASM_VECTOR_LEN;
|
|
2999
|
+
const ptr1 = passStringToWasm0(block_name, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
3000
|
+
const len1 = WASM_VECTOR_LEN;
|
|
3001
|
+
const ret = wasm.schematicwrapper_set_block_in_region(this.__wbg_ptr, ptr0, len0, x, y, z, ptr1, len1);
|
|
3002
|
+
return ret !== 0;
|
|
3003
|
+
}
|
|
2942
3004
|
/**
|
|
2943
3005
|
* @param {number} chunk_width
|
|
2944
3006
|
* @param {number} chunk_height
|
|
@@ -3040,6 +3102,20 @@ export class SchematicWrapper {
|
|
|
3040
3102
|
const ret = wasm.schematicwrapper_get_optimization_info(this.__wbg_ptr);
|
|
3041
3103
|
return ret;
|
|
3042
3104
|
}
|
|
3105
|
+
/**
|
|
3106
|
+
* @param {number} x
|
|
3107
|
+
* @param {number} y
|
|
3108
|
+
* @param {number} z
|
|
3109
|
+
* @param {string} block_string
|
|
3110
|
+
*/
|
|
3111
|
+
set_block_from_string(x, y, z, block_string) {
|
|
3112
|
+
const ptr0 = passStringToWasm0(block_string, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
3113
|
+
const len0 = WASM_VECTOR_LEN;
|
|
3114
|
+
const ret = wasm.schematicwrapper_set_block_from_string(this.__wbg_ptr, x, y, z, ptr0, len0);
|
|
3115
|
+
if (ret[1]) {
|
|
3116
|
+
throw takeFromExternrefTable0(ret[0]);
|
|
3117
|
+
}
|
|
3118
|
+
}
|
|
3043
3119
|
/**
|
|
3044
3120
|
* @returns {CircuitBuilderWrapper}
|
|
3045
3121
|
*/
|
|
@@ -35,6 +35,10 @@ export class BrushWrapper {
|
|
|
35
35
|
* Space: 0 = RGB, 1 = Oklab
|
|
36
36
|
*/
|
|
37
37
|
static linear_gradient(x1: number, y1: number, z1: number, r1: number, g1: number, b1: number, x2: number, y2: number, z2: number, r2: number, g2: number, b2: number, space?: number | null, palette_filter?: string[] | null): BrushWrapper;
|
|
38
|
+
/**
|
|
39
|
+
* Create a bilinear gradient brush (4-corner quad)
|
|
40
|
+
*/
|
|
41
|
+
static bilinear_gradient(ox: number, oy: number, oz: number, ux: number, uy: number, uz: number, vx: number, vy: number, vz: number, r00: number, g00: number, b00: number, r10: number, g10: number, b10: number, r01: number, g01: number, b01: number, r11: number, g11: number, b11: number, space?: number | null, palette_filter?: string[] | null): BrushWrapper;
|
|
38
42
|
/**
|
|
39
43
|
* Create a color brush (matches closest block to RGB color)
|
|
40
44
|
* Palette: optional list of block IDs to restrict matching to.
|
|
@@ -655,6 +659,10 @@ export class SchematicBuilderWrapper {
|
|
|
655
659
|
* Build the schematic
|
|
656
660
|
*/
|
|
657
661
|
build(): SchematicWrapper;
|
|
662
|
+
/**
|
|
663
|
+
* Add multiple layers (array of arrays of strings)
|
|
664
|
+
*/
|
|
665
|
+
layers(layers: any): SchematicBuilderWrapper;
|
|
658
666
|
}
|
|
659
667
|
|
|
660
668
|
export class SchematicWrapper {
|
|
@@ -754,6 +762,7 @@ export class SchematicWrapper {
|
|
|
754
762
|
get_region_names(): string[];
|
|
755
763
|
setBlockWithNbt(x: number, y: number, z: number, block_name: string, nbt_data: any): void;
|
|
756
764
|
static get_format_versions(format: string): Array<any>;
|
|
765
|
+
set_block_in_region(region_name: string, x: number, y: number, z: number, block_name: string): boolean;
|
|
757
766
|
chunks_with_strategy(chunk_width: number, chunk_height: number, chunk_length: number, strategy: string, camera_x: number, camera_y: number, camera_z: number): Array<any>;
|
|
758
767
|
/**
|
|
759
768
|
* Get the tight bounding box max coordinates [x, y, z]
|
|
@@ -777,6 +786,7 @@ export class SchematicWrapper {
|
|
|
777
786
|
* Get optimization stats
|
|
778
787
|
*/
|
|
779
788
|
get_optimization_info(): any;
|
|
789
|
+
set_block_from_string(x: number, y: number, z: number, block_string: string): void;
|
|
780
790
|
createCircuitBuilder(): CircuitBuilderWrapper;
|
|
781
791
|
get_all_block_entities(): any;
|
|
782
792
|
definitionRegionShift(name: string, x: number, y: number, z: number): void;
|
|
@@ -1134,7 +1144,6 @@ export interface InitOutput {
|
|
|
1134
1144
|
readonly __wbg_layoutfunctionwrapper_free: (a: number, b: number) => void;
|
|
1135
1145
|
readonly __wbg_mchprsworldwrapper_free: (a: number, b: number) => void;
|
|
1136
1146
|
readonly __wbg_outputconditionwrapper_free: (a: number, b: number) => void;
|
|
1137
|
-
readonly __wbg_schematicbuilderwrapper_free: (a: number, b: number) => void;
|
|
1138
1147
|
readonly __wbg_simulationoptionswrapper_free: (a: number, b: number) => void;
|
|
1139
1148
|
readonly __wbg_sortstrategywrapper_free: (a: number, b: number) => void;
|
|
1140
1149
|
readonly __wbg_statemodeconstants_free: (a: number, b: number) => void;
|
|
@@ -1259,11 +1268,6 @@ export interface InitOutput {
|
|
|
1259
1268
|
readonly outputconditionwrapper_greaterThan: (a: number) => number;
|
|
1260
1269
|
readonly outputconditionwrapper_lessThan: (a: number) => number;
|
|
1261
1270
|
readonly outputconditionwrapper_notEquals: (a: number) => number;
|
|
1262
|
-
readonly schematicbuilderwrapper_build: (a: number) => [number, number, number];
|
|
1263
|
-
readonly schematicbuilderwrapper_fromTemplate: (a: number, b: number) => [number, number, number];
|
|
1264
|
-
readonly schematicbuilderwrapper_map: (a: number, b: number, c: number, d: number) => number;
|
|
1265
|
-
readonly schematicbuilderwrapper_name: (a: number, b: number, c: number) => number;
|
|
1266
|
-
readonly schematicbuilderwrapper_new: () => number;
|
|
1267
1271
|
readonly simulationoptionswrapper_addCustomIo: (a: number, b: number, c: number, d: number) => void;
|
|
1268
1272
|
readonly simulationoptionswrapper_clearCustomIo: (a: number) => void;
|
|
1269
1273
|
readonly simulationoptionswrapper_io_only: (a: number) => number;
|
|
@@ -1314,16 +1318,34 @@ export interface InitOutput {
|
|
|
1314
1318
|
readonly definitionregionwrapper_copy: (a: number) => number;
|
|
1315
1319
|
readonly schematicwrapper_create_simulation_world: (a: number) => [number, number, number];
|
|
1316
1320
|
readonly __wbg_blockposition_free: (a: number, b: number) => void;
|
|
1317
|
-
readonly __wbg_blockstatewrapper_free: (a: number, b: number) => void;
|
|
1318
1321
|
readonly __wbg_get_blockposition_x: (a: number) => number;
|
|
1319
1322
|
readonly __wbg_get_blockposition_y: (a: number) => number;
|
|
1320
1323
|
readonly __wbg_get_blockposition_z: (a: number) => number;
|
|
1321
|
-
readonly __wbg_lazychunkiterator_free: (a: number, b: number) => void;
|
|
1322
|
-
readonly __wbg_schematicwrapper_free: (a: number, b: number) => void;
|
|
1323
1324
|
readonly __wbg_set_blockposition_x: (a: number, b: number) => void;
|
|
1324
1325
|
readonly __wbg_set_blockposition_y: (a: number, b: number) => void;
|
|
1325
1326
|
readonly __wbg_set_blockposition_z: (a: number, b: number) => void;
|
|
1326
1327
|
readonly blockposition_new: (a: number, b: number, c: number) => number;
|
|
1328
|
+
readonly __wbg_brushwrapper_free: (a: number, b: number) => void;
|
|
1329
|
+
readonly __wbg_shapewrapper_free: (a: number, b: number) => void;
|
|
1330
|
+
readonly __wbg_wasmbuildingtool_free: (a: number, b: number) => void;
|
|
1331
|
+
readonly brushwrapper_bilinear_gradient: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: number, m: number, n: number, o: number, p: number, q: number, r: number, s: number, t: number, u: number, v: number, w: number, x: number) => number;
|
|
1332
|
+
readonly brushwrapper_color: (a: number, b: number, c: number, d: number, e: number) => number;
|
|
1333
|
+
readonly brushwrapper_linear_gradient: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: number, m: number, n: number, o: number) => number;
|
|
1334
|
+
readonly brushwrapper_point_gradient: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number) => [number, number, number];
|
|
1335
|
+
readonly brushwrapper_shaded: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
|
|
1336
|
+
readonly brushwrapper_solid: (a: number, b: number) => [number, number, number];
|
|
1337
|
+
readonly shapewrapper_cuboid: (a: number, b: number, c: number, d: number, e: number, f: number) => number;
|
|
1338
|
+
readonly shapewrapper_sphere: (a: number, b: number, c: number, d: number) => number;
|
|
1339
|
+
readonly wasmbuildingtool_fill: (a: number, b: number, c: number) => void;
|
|
1340
|
+
readonly __wbg_palettemanager_free: (a: number, b: number) => void;
|
|
1341
|
+
readonly palettemanager_getConcreteBlocks: () => [number, number];
|
|
1342
|
+
readonly palettemanager_getPaletteByKeywords: (a: number, b: number) => [number, number];
|
|
1343
|
+
readonly palettemanager_getTerracottaBlocks: () => [number, number];
|
|
1344
|
+
readonly palettemanager_getWoolBlocks: () => [number, number];
|
|
1345
|
+
readonly __wbg_blockstatewrapper_free: (a: number, b: number) => void;
|
|
1346
|
+
readonly __wbg_lazychunkiterator_free: (a: number, b: number) => void;
|
|
1347
|
+
readonly __wbg_schematicbuilderwrapper_free: (a: number, b: number) => void;
|
|
1348
|
+
readonly __wbg_schematicwrapper_free: (a: number, b: number) => void;
|
|
1327
1349
|
readonly blockstatewrapper_name: (a: number) => [number, number];
|
|
1328
1350
|
readonly blockstatewrapper_new: (a: number, b: number) => number;
|
|
1329
1351
|
readonly blockstatewrapper_properties: (a: number) => any;
|
|
@@ -1336,6 +1358,12 @@ export interface InitOutput {
|
|
|
1336
1358
|
readonly lazychunkiterator_reset: (a: number) => void;
|
|
1337
1359
|
readonly lazychunkiterator_skip_to: (a: number, b: number) => void;
|
|
1338
1360
|
readonly lazychunkiterator_total_chunks: (a: number) => number;
|
|
1361
|
+
readonly schematicbuilderwrapper_build: (a: number) => [number, number, number];
|
|
1362
|
+
readonly schematicbuilderwrapper_fromTemplate: (a: number, b: number) => [number, number, number];
|
|
1363
|
+
readonly schematicbuilderwrapper_layers: (a: number, b: any) => [number, number, number];
|
|
1364
|
+
readonly schematicbuilderwrapper_map: (a: number, b: number, c: number, d: number) => number;
|
|
1365
|
+
readonly schematicbuilderwrapper_name: (a: number, b: number, c: number) => number;
|
|
1366
|
+
readonly schematicbuilderwrapper_new: () => number;
|
|
1339
1367
|
readonly schematicwrapper_addDefinitionRegion: (a: number, b: number, c: number, d: number) => void;
|
|
1340
1368
|
readonly schematicwrapper_blocks: (a: number) => any;
|
|
1341
1369
|
readonly schematicwrapper_blocks_indices: (a: number) => any;
|
|
@@ -1412,28 +1440,14 @@ export interface InitOutput {
|
|
|
1412
1440
|
readonly schematicwrapper_save_as: (a: number, b: number, c: number, d: number, e: number) => [number, number, number, number];
|
|
1413
1441
|
readonly schematicwrapper_setBlockWithNbt: (a: number, b: number, c: number, d: number, e: number, f: number, g: any) => [number, number];
|
|
1414
1442
|
readonly schematicwrapper_set_block: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
1443
|
+
readonly schematicwrapper_set_block_from_string: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number];
|
|
1444
|
+
readonly schematicwrapper_set_block_in_region: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
|
|
1415
1445
|
readonly schematicwrapper_set_block_with_properties: (a: number, b: number, c: number, d: number, e: number, f: number, g: any) => [number, number];
|
|
1416
1446
|
readonly schematicwrapper_to_litematic: (a: number) => [number, number, number, number];
|
|
1417
1447
|
readonly schematicwrapper_to_schematic: (a: number) => [number, number, number, number];
|
|
1418
1448
|
readonly schematicwrapper_to_schematic_version: (a: number, b: number, c: number) => [number, number, number, number];
|
|
1419
1449
|
readonly start: () => void;
|
|
1420
1450
|
readonly schematicwrapper_updateRegion: (a: number, b: number, c: number, d: number) => void;
|
|
1421
|
-
readonly __wbg_brushwrapper_free: (a: number, b: number) => void;
|
|
1422
|
-
readonly __wbg_palettemanager_free: (a: number, b: number) => void;
|
|
1423
|
-
readonly __wbg_shapewrapper_free: (a: number, b: number) => void;
|
|
1424
|
-
readonly __wbg_wasmbuildingtool_free: (a: number, b: number) => void;
|
|
1425
|
-
readonly brushwrapper_color: (a: number, b: number, c: number, d: number, e: number) => number;
|
|
1426
|
-
readonly brushwrapper_linear_gradient: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: number, m: number, n: number, o: number) => number;
|
|
1427
|
-
readonly brushwrapper_point_gradient: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number) => [number, number, number];
|
|
1428
|
-
readonly brushwrapper_shaded: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
|
|
1429
|
-
readonly brushwrapper_solid: (a: number, b: number) => [number, number, number];
|
|
1430
|
-
readonly palettemanager_getConcreteBlocks: () => [number, number];
|
|
1431
|
-
readonly palettemanager_getPaletteByKeywords: (a: number, b: number) => [number, number];
|
|
1432
|
-
readonly palettemanager_getTerracottaBlocks: () => [number, number];
|
|
1433
|
-
readonly palettemanager_getWoolBlocks: () => [number, number];
|
|
1434
|
-
readonly shapewrapper_cuboid: (a: number, b: number, c: number, d: number, e: number, f: number) => number;
|
|
1435
|
-
readonly shapewrapper_sphere: (a: number, b: number, c: number, d: number) => number;
|
|
1436
|
-
readonly wasmbuildingtool_fill: (a: number, b: number, c: number) => void;
|
|
1437
1451
|
readonly generate_gradient_between_blocks: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number) => any;
|
|
1438
1452
|
readonly generate_gradient_between_colors: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number) => any;
|
|
1439
1453
|
readonly get_all_colored_blocks: () => any;
|
|
Binary file
|