Mercurial > touhou
annotate formats/src/th06/mod.rs @ 786:7e940ebeb5fd
Replace SDL2_image with the image crate
| author | Link Mauve <linkmauve@linkmauve.fr> |
|---|---|
| date | Mon, 01 Dec 2025 17:05:48 +0100 |
| parents | ec1e06402a97 |
| children | 8c2ef2d503c9 |
| rev | line source |
|---|---|
| 637 | 1 //! Touhou 6: EoSD implementation. |
| 2 | |
| 3 pub mod pbg3; | |
|
638
a806f28e94fc
Add anm0 support.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
637
diff
changeset
|
4 pub mod anm0; |
|
650
f6bfc9e6dab0
Add an ECL parser.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
642
diff
changeset
|
5 pub mod ecl; |
|
671
266911c0ccfd
Add a parser for the stage background format.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
660
diff
changeset
|
6 pub mod std; |
|
782
a30ce01b9154
formats: Rewrite msg parsing in Rust
Link Mauve <linkmauve@linkmauve.fr>
parents:
757
diff
changeset
|
7 pub mod msg; |
|
783
ec1e06402a97
Replace SDL2_mixer with the kira crate
Link Mauve <linkmauve@linkmauve.fr>
parents:
782
diff
changeset
|
8 pub mod pos; |
