becheran / grid

Two dimensional grid data structure
MIT License
82 stars 27 forks source link

Remove "no-std-compat" dependency #24

Closed nicoburns closed 1 year ago

nicoburns commented 1 year ago

It's easy to just import the types from the core and alloc libraries directly. No need for the dependency.

This PR:

becheran commented 1 year ago

Looks good. Thanks for the removal of a dependency.