update bitflags for ps2d
This commit is contained in:
Generated
+1
-1
@@ -1583,7 +1583,7 @@ dependencies = [
|
||||
name = "ps2d"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"bitflags 1.3.2",
|
||||
"bitflags 2.11.0",
|
||||
"common",
|
||||
"daemon",
|
||||
"inputd",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -45,6 +45,7 @@ bitflags! {
|
||||
}
|
||||
|
||||
bitflags! {
|
||||
#[derive(Clone, Copy, Debug)]
|
||||
pub struct ConfigFlags: u8 {
|
||||
const FIRST_INTERRUPT = 1 << 0;
|
||||
const SECOND_INTERRUPT = 1 << 1;
|
||||
|
||||
Reference in New Issue
Block a user