b23r0 / rust-raknet

RakNet Protocol implementation by Rust.
MIT License
218 stars 18 forks source link

Publish To Cargo #14

Open jrcarl624 opened 1 year ago

jrcarl624 commented 1 year ago

My last commit was never published, so I have to use a git submodule.

AndreasHGK commented 1 year ago

In the meantime, you can use

rust-raknet = { git = "https://github.com/b23r0/rust-raknet.git", rev = "c9c2424" }
jrcarl624 commented 1 year ago

In the meantime, you can use


rust-raknet = { git = "https://github.com/b23r0/rust-raknet.git", rev = "c9c2424" }

That's what I transitioned to. As at the moment my error publicly commit is not published.

doinkythederp commented 10 months ago

I hope this gets published at some point, it's been nearly a year since the last commit.