wow-m2 0.6.4

Parser, validator, and converter for World of Warcraft M2 model files with animation support
Documentation
# WoW M2 Integration Tests

This directory contains integration tests for the wow-m2 crate.

## Test Organization

- `parser_tests.rs` - Tests for parsing M2 files from different WoW versions
- `converter_tests.rs` - Tests for version conversion functionality
- `skin_tests.rs` - Tests for M2 skin file parsing and handling
- `anim_tests.rs` - Tests for animation file parsing

## Running Tests

```bash
# Run all integration tests
cargo test --test '*'

# Run specific test file
cargo test --test parser_tests
```

## Test Data

Integration tests use synthetic test data created programmatically to avoid dependencies on copyrighted game files.