Relative Content

Tag Archive for rustcargocrate

Use rust crate from root project

I’m currently trying to develop a Rust crate; let’s call it my_awesome_crate for now. Currently, my concern is that it depends on wgpu. But I don’t want my crate to have wgpu as a dependency. Let me explain.