From e5802b535bf9d6599b0ac90a9499e80c60c0284b Mon Sep 17 00:00:00 2001 From: Juniper <67175453+Ultrasquid9@users.noreply.github.com> Date: Thu, 24 Apr 2025 11:26:33 -0400 Subject: [PATCH] chore: add highlighter feature for iced --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 357e6474..667013e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,6 +87,7 @@ winit_wgpu = ["winit", "wgpu"] xdg-portal = ["ashpd"] qr_code = ["iced/qr_code"] markdown = ["iced/markdown"] +highlighter = ["iced/highlighter"] async-std = [ "dep:async-std", "ashpd/async-std",