update bitflags for ps2d

This commit is contained in:
auronandace
2026-03-20 11:58:53 +00:00
parent 6cbf83995c
commit e054af78c0
3 changed files with 3 additions and 2 deletions
Generated
+1 -1
View File
@@ -1583,7 +1583,7 @@ dependencies = [
name = "ps2d"
version = "0.1.0"
dependencies = [
"bitflags 1.3.2",
"bitflags 2.11.0",
"common",
"daemon",
"inputd",
+1 -1
View File
@@ -5,7 +5,7 @@ version = "0.1.0"
edition = "2018"
[dependencies]
bitflags = "1"
bitflags.workspace = true
log.workspace = true
orbclient.workspace = true
redox_event.workspace = true
+1
View File
@@ -45,6 +45,7 @@ bitflags! {
}
bitflags! {
#[derive(Clone, Copy, Debug)]
pub struct ConfigFlags: u8 {
const FIRST_INTERRUPT = 1 << 0;
const SECOND_INTERRUPT = 1 << 1;