dodorare / crossbow

Cross-Platform build tools and toolkit for games and game engines written in Rust! 🦀
https://crossbow.dodorare.com/
Apache License 2.0
198 stars 13 forks source link

Replace CargoManifest from cargo_toml to TomlManifest from cargo #73

Closed enfipy closed 2 years ago

enfipy commented 2 years ago

Replace CargoManifest from cargo_toml crate to TomlManifest from cargo crate.

Remove cargo_toml crate from dependencies.

https://docs.rs/cargo/latest/cargo/util/toml/struct.TomlManifest.html

Heezay commented 2 years ago

79 Added pull request to merge changes. Was replaced CargoManifest to TomlManifest, so cargo_toml was removed from cargo.toml.