not-fl3 / glium_text_rusttype

Text rendering with glium and rusttype
4 stars 6 forks source link

Are you still maintaining this? #13

Open svenstaro opened 6 years ago

not-fl3 commented 5 years ago

I am back here :)

Not going to actively work on this in the near future, but will be there for PRs and issues. I see your PR, its great, if it will help you - I could add you to crates.io owners etc, just let me know :)

svenstaro commented 5 years ago

I don't really need to be a maintainer if you are still ok maintaining this. I would just appreciate it if you made tags for releases and in fact made a release for my recent changes.

svenstaro commented 5 years ago

Also you should throw this up on travis and activate weekly autobuilds just to check whether things keep working.

not-fl3 commented 5 years ago

Published your changes to crates.io. Will keep this issue opened until I manage to set up travis.

svenstaro commented 5 years ago

Nice stuff, appreciate it.

On Fri, Sep 28, 2018 at 10:34 AM Fedor Logachev notifications@github.com wrote:

Published your changes to crates.io. Will keep this issue opened until I manage to set up travis.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/not-fl3/glium_text_rusttype/issues/13#issuecomment-425363918, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAGgJjbHI4U3T4RHrAlbU_Z2LI5GwNRks5ufd8RgaJpZM4WbX8h .

Boscop commented 3 years ago

@not-fl3 Could you please update deps, e.g. glium to 0.28? :)

Btw, the table is broken in the docs: https://docs.rs/glium_text_rusttype/0.3.3/glium_text_rusttype/

And Rust supports inclusive ranges now:

As of now, Rust doesn't provide a way to create inclusive ranges yet so thou shall add +1 to the outer bound.

not-fl3 commented 3 years ago

Not really, I moved from glium to miniquad https://github.com/not-fl3/glium_text_rusttype/pull/17#issuecomment-622983702 and not using this anymore.

I can merge pull requests etc, but if someone wants to properly maintain - would be happy to give write access/transfer crate rights or whatever is needed :)

swiftcoder commented 3 years ago

Sent PR #18 to bump the glium version, as it's broken past glium 0.26 at the moment. Happy to help out herding PRs/releases through if you like, since I'm making use of this crate.