Mercurial > touhou
comparison formats/src/th06/ecl.rs @ 777:11249e4b4e03
Rust: Bump dependencies which require no code change
| author | Link Mauve <linkmauve@linkmauve.fr> |
|---|---|
| date | Tue, 14 Oct 2025 12:42:06 +0000 |
| parents | 94033091458b |
| children |
comparison
equal
deleted
inserted
replaced
| 776:94033091458b | 777:11249e4b4e03 |
|---|---|
| 11 use encoding_rs::SHIFT_JIS; | 11 use encoding_rs::SHIFT_JIS; |
| 12 use bitflags::bitflags; | 12 use bitflags::bitflags; |
| 13 | 13 |
| 14 bitflags! { | 14 bitflags! { |
| 15 /// Bit flags describing the current difficulty level. | 15 /// Bit flags describing the current difficulty level. |
| 16 #[derive(Clone, Copy, Debug, Hash, PartialEq, Eq)] | |
| 16 pub struct Rank: u16 { | 17 pub struct Rank: u16 { |
| 17 /// Easy mode. | 18 /// Easy mode. |
| 18 const EASY = 0x100; | 19 const EASY = 0x100; |
| 19 | 20 |
| 20 /// Normal mode. | 21 /// Normal mode. |
