JohnTheCoolingFan / factorio-lib-rs

Rust library with a collection of things about Factorio
MIT License
7 stars 0 forks source link

publish on crates.io #1

Open derBobo opened 2 years ago

derBobo commented 2 years ago

Just a quick question. is it possible to publish factorio-lib-rs and factorio-mlua on crates.io? that would be very usefull if other people want to interact with factorio mods in rust.

JohnTheCoolingFan commented 2 years ago

I plan to publish them when they are in working shape and condition. That means, for factorio-lib-rs is to have the mod loading functionality, and for factorio-mlua to be a proper package/library rather than quickly hacked together fork.

JohnTheCoolingFan commented 2 years ago

Oh, and by the way, if you want to use these libraries through cargo, you totally can by specifiying the git repo.

JohnTheCoolingFan commented 2 years ago

I've made a PR to merge factorio-mlua into main mlua and got a negative response. Making factorio-mlua its own package would require to resolve some things with CI/CD and similar.

JohnTheCoolingFan commented 2 years ago

Published factorio-mlua and factorio-lus-src-rs to crates.io. Won't publish this library yet as it's not done.