wgpu-util is a utility crate for working with wgpu-rs.
It provides a wrapper around [wgpu::Buffer] called [DynamicBuffer], which dynamically
allocates new memory.
And a [BufferPool] which is a dynamic supply for automatically resizing [wgpu::Buffer]s.