mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-09 10:50:40 +00:00
63b438188f
As starting to use the cursive library I've found it challenging to figure out how to actually use the themes. Only after checking the source code, and another library actually using this feature, I've managed to apply it to my project. This change makes it easier for new commers to use toml themes by extending the documentationn |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
Readme.md |
Cursive-core
This crate is where most of cursive is defined, except for the backends.
Third-party libraries are encouraged to depend on this instead of cursive
, as it should have fewer semver breaking updates.