examples/gkurve: added LICENSE.atlas

This commit is contained in:
PiergiorgioZagaria 2022-05-22 20:32:45 +02:00 committed by Stephen Gutekanst
parent 2f87141a3a
commit 056f13cd6e
2 changed files with 1 additions and 2 deletions

View file

@ -0,0 +1 @@
This implementation comes from https://gist.github.com/mitchellh/0c023dbd381c42e145b5da8d58b1487f

View file

@ -1,5 +1,3 @@
//! This implementation comes from https://gist.github.com/mitchellh/0c023dbd381c42e145b5da8d58b1487f
//!
//! Implements a texture atlas (https://en.wikipedia.org/wiki/Texture_atlas). //! Implements a texture atlas (https://en.wikipedia.org/wiki/Texture_atlas).
//! //!
//! The implementation is based on "A Thousand Ways to Pack the Bin - A //! The implementation is based on "A Thousand Ways to Pack the Bin - A