Commit e0208c3
Update dependencies to latest versions (wgpu 27, tokio 1.48, axum 0.8)
Major dependency updates:
- wgpu: 0.19 → 27.0 (Arc-based resources, new API patterns)
- tokio: 1.35 → 1.48 (improved scheduling)
- thiserror: 1.0 → 2.0 (derive macro updates)
- axum: 0.7 → 0.8 (improved routing)
- tower: 0.4 → 0.5 (service updates)
- tonic/prost: 0.11/0.12 → 0.14 (gRPC updates)
- winit: 0.29 → 0.30 (new window API)
- egui: 0.27 → 0.31 (wgpu 27 compatibility)
- glam: 0.27 → 0.29
- metal: 0.27 → 0.31
- rayon: 1.10 → 1.11
- arrow: 52 → 54
- polars: 0.39 → 0.46
wgpu 27.0 migration changes:
- Instance::new() now takes reference
- request_adapter() returns Result not Option
- DeviceDescriptor uses ..Default::default() for new fields
- Pipeline entry_point is now Option<&str>
- Added compilation_options and cache to pipelines
- ImageCopyTexture → TexelCopyTextureInfo
- ImageDataLayout → TexelCopyBufferLayout
- Maintain::Wait → PollType::wait_indefinitely()
Deferred updates (breaking changes):
- iced: 0.13 (0.14 requires major API rewrite)
- rkyv: 0.7 (0.8 has incompatible data format)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 759c8a0 commit e0208c3
14 files changed
Lines changed: 1284 additions & 929 deletions
File tree
- crates
- ringkernel-ecosystem
- ringkernel-wavesim3d
- src
- bin
- gui
- visualization
- ringkernel-wavesim
- src/simulation
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
38 | 63 | | |
39 | 64 | | |
40 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
565 | 565 | | |
566 | 566 | | |
567 | 567 | | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
0 commit comments