forgotten cargo

This commit is contained in:
Priec
2025-08-19 01:15:16 +02:00
parent 49b31c6e92
commit 80d5dd0761

View File

@@ -101,3 +101,8 @@ path = "examples/textarea_vim.rs"
name = "textarea_normal" name = "textarea_normal"
required-features = ["gui", "cursor-style", "textarea", "textmode-normal"] required-features = ["gui", "cursor-style", "textarea", "textmode-normal"]
path = "examples/textarea_normal.rs" path = "examples/textarea_normal.rs"
[[example]]
name = "textarea_syntax"
required-features = ["gui", "cursor-style", "textarea", "textmode-normal", "syntect"]
path = "examples/textarea_syntax.rs"