diff options
| author | pml68 <contact@pml68.dev> | 2025-01-14 18:43:06 +0100 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-01-14 18:43:06 +0100 |
| commit | 563b8109f0cdadeeb6f6b12f49e93f591bf94e34 (patch) | |
| tree | b371ac3bb98181d8abd6d210057b7f7bc5959699 /Cargo.toml | |
| parent | feat: add `-V` and `--version` flags (diff) | |
| download | iced-builder-563b8109f0cdadeeb6f6b12f49e93f591bf94e34.tar.gz | |
feat: add iced_custom_highlighter
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -31,6 +31,10 @@ rev = "d259ec4dff098852d995d3bcaa5551a88330636f" [target.'cfg(target_os = "macos")'.dependencies] xdg = "2.5.2" +[dependencies.iced_custom_highlighter] +git = "https://github.com/pml68/iced_custom_highlighter" +branch = "fix/temp-update-on-theme-changed" + [build-dependencies] iced_fontello = "0.13.1" |
