Installation

To get started with iced-markup, you need to add it to your Cargo.toml.

From crates.io

Add the dependency to your project:

cargo add iced-markup

Or manually:

[dependencies]
iced = "0.13"
iced-markup = "0.1.0"

Running Examples

If you want to play with the code locally:

  1. Clone the repository:

    git clone https://github.com/nayandas69/iced-markup
    cd iced-markup
    
  2. Run the counter example:

    cargo run --example counter