Flesh out the editor example a bit more
This commit is contained in:
parent
8446fe6de5
commit
e7326f0af6
10 changed files with 311 additions and 27 deletions
|
|
@ -7,6 +7,10 @@ publish = false
|
|||
|
||||
[dependencies]
|
||||
iced.workspace = true
|
||||
iced.features = ["advanced", "debug"]
|
||||
iced.features = ["advanced", "tokio", "debug"]
|
||||
|
||||
syntect = "5.1"
|
||||
tokio.workspace = true
|
||||
tokio.features = ["fs"]
|
||||
|
||||
syntect = "5.1"
|
||||
rfd = "0.12"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue