diff options
| author | pml68 <contact@pml68.dev> | 2025-02-01 10:49:49 +0100 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-02-01 10:49:59 +0100 |
| commit | ee116bc3369194920005e84c2287ba229032e64f (patch) | |
| tree | ac2d87c88307d956943fdd12cb3b62473febdf87 /Cargo.lock | |
| parent | refactor: get rid of Uuid, use widget::Id directly (diff) | |
| download | iced-builder-ee116bc3369194920005e84c2287ba229032e64f.tar.gz | |
feat: switch text editor to animated theme value
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2041,7 +2041,7 @@ dependencies = [ [[package]] name = "iced_custom_highlighter" version = "0.1.0" -source = "git+https://github.com/pml68/iced_custom_highlighter?branch=fix%2Ftemp-update-on-theme-changed#a536d6585139bb772458acc158573eecf9794c51" +source = "git+https://github.com/pml68/iced_custom_highlighter?branch=fix%2Ftemp-update-on-theme-changed#48f6da3c093ed1d57f5f229383b85e903f882f41" dependencies = [ "iced_widget", "syntect", |
