Update some dependencies

This commit is contained in:
Wyatt Herkamp 2024-02-01 07:15:59 -05:00 committed by Héctor Ramón Jiménez
parent 111c8bfa79
commit 149e8b4103
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
4 changed files with 14 additions and 14 deletions

View file

@ -2,7 +2,7 @@ use bitflags::bitflags;
bitflags! {
/// The current state of the keyboard modifiers.
#[derive(Default)]
#[derive(Debug, Clone, Copy, PartialEq, Eq, Default)]
pub struct Modifiers: u32{
/// The "shift" key.
const SHIFT = 0b100;