Initial commit
This commit is contained in:
commit
d377de0999
6 changed files with 5139 additions and 0 deletions
10
Cargo.toml
Normal file
10
Cargo.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[package]
|
||||
name = "Apographe"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
iced = {version = "0.13", features = ["highlighter", "tokio", "debug"]}
|
||||
tokio = {version = "1.41", features = ["fs"]}
|
||||
|
||||
rfd = "0.13"
|
||||
Loading…
Add table
Add a link
Reference in a new issue