deps: Remove bitflags
This removes the need to use a modified copy and makes running tests easier.
This commit is contained in:
@ -2,6 +2,9 @@
|
|||||||
name = "rs"
|
name = "rs"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
|
||||||
|
[dependencies]
|
||||||
|
bitflags = "1.1"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "rs"
|
name = "rs"
|
||||||
path = "src/lib.rs"
|
path = "src/lib.rs"
|
||||||
|
|||||||
1350
src/bitflags.rs
1350
src/bitflags.rs
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,5 @@
|
|||||||
#[macro_use]
|
#[macro_use]
|
||||||
mod bitflags;
|
extern crate bitflags;
|
||||||
|
|
||||||
mod float_ord;
|
mod float_ord;
|
||||||
mod imservice;
|
mod imservice;
|
||||||
|
|||||||
Reference in New Issue
Block a user