dodorare / crossbow

Cross-Platform build tools and toolkit for games and game engines written in Rust! 🦀

Home Page:https://crossbow.dodorare.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace `cargo` command with `cargo` crate

enfipy opened this issue · comments

commented

We need to replace some logic where the cargo command is called with the cargo crate. It will enhance the security and reliability of our crate and also make it possible to remove cdylib from our end-user Cargo.toml.