darbaga / Tolk-rs

Bindings to Tolk, a screen reader abstraction library, in rust
MIT License
1 stars 2 forks source link

Various upgrades, bumping to version 0.2.0 #3

Closed ndarilek closed 4 years ago

ndarilek commented 4 years ago

These commits do a number of things:

I probably missed a few things, but the example works on my system, and I'll be actively using this crate for the time being. So if anything was missed, I'll attempt a fix and push out a change.

Thanks!

darbaga commented 4 years ago

Merged! :)

I published both the crates, too. Seems to be working fine. Thanks so much for working on this--I don't think the project would've got anywhere otherwise. Barring major Tolk upgrades, I don't think there need to be many more changes (although if you think of any, please feel free to send a PR and I'll publish as soon as possible).

Good luck on your future projects!

ndarilek commented 4 years ago

Excellent, thanks! I might eventually remove the method syntax since Tolk itself seems to be a singleton, but I'll save that for a 0.3 in the future.