linebender / norad

Rust crate for working with Unified Font Object files
Apache License 2.0
43 stars 12 forks source link

Allow design space to contain no instances #301

Closed cmyr closed 1 year ago

cmyr commented 1 year ago

I could make the 'instances' field optional, but I've opted to just use an empty Vec if the instances are missing, since this is a non-breaking change.

cc @madig, does this seem reasonable to you?