Open fenollp opened 3 months ago
I bumped all the deps except libc and:
libc
once_cell
aabb-quadtree
atomic
impl From<std::sync::atomic::AtomicI64> for DrawMode
I bumped all the deps except
libc
and:once_cell
can be dropped, if we're alright requiring rust >=1.80aabb-quadtree
is causing me compilation issues...atomic
requires some work (I'd sayimpl From<std::sync::atomic::AtomicI64> for DrawMode
, allowing to dropatomic
)