Marc C.
Marc C.
So I went ahead and just made it generic in a bit of a different way. This should still allow `Rc` (I had to implement that one manually) and `Box`...
Alright, so upon further inspection (and after more sleep) this doesn't really do what I set out for it to. The `Rc::from(T)` call is just going to produce an `Rc`....
Odd, I thought I had this working at one point. Maybe I broke it without realizing. I'll try and reproduce on my end. Although I am working on refactoring the...
Yeah, version `1.0` is what I've been waiting for before doing too much work on the library so that I wasn't trying to support a moving target.
Sure, I don't see why not. I've been holding off on updates because there seem to be plans for a 1.0 version of miniaudio in the works so when that...