fix(deps): update rust crate bitflags to v2 (#277)

* fix(deps): update rust crate bitflags to v2

* derive clone and copy

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de>
This commit is contained in:
renovate[bot]
2023-03-13 13:08:11 +01:00
committed by GitHub
parent b49d8addda
commit 58defafd2a
3 changed files with 40 additions and 33 deletions
+1
View File
@@ -34,6 +34,7 @@ pub enum Error {
pub type Result<T> = std::result::Result<T, Error>;
bitflags! {
#[derive(Clone, Copy)]
pub struct StateFlags: u32 {
const SIZE = 1 << 0;
const POSITION = 1 << 1;