vk-mem-rs
vk-mem-rs copied to clipboard
0.2.3 release
Hi,
I just saw you bumped the version. I wonder when it gets released on crates.io?
Also the readme states, that
vk-mem = "0.2.3"
shall be used, which cannot work, since the version is not released on crates.io. What works is
vk-mem = { git = "https://github.com/gwihlidal/vk-mem-rs", version = "0.2.3" }
Has this been worked on? IMHO vk-mem should be pointed pub use {}::* at something nonspecific like canvase-storage and added to the Rust Bus. That way, if the maintainer of canvase-storage ever goes dark it's not a big deal.
Closed by https://github.com/gwihlidal/vk-mem-rs/pull/66