amethyst / sheep

Modular and lightweight spritesheet packer 🐑
Other
89 stars 12 forks source link

Compiling with --no-default-features doesn't succeed #16

Closed AldaronLau closed 5 years ago

AldaronLau commented 5 years ago

I've tested this with what's on https://crates.io, and what's currently in the repo.

error: cannot find derive macro Serialize in this scope --> sheep/src/format/named.rs:8:35 | 8 | #[derive(Clone, Debug, PartialEq, Serialize)]