Initial commit

This commit is contained in:
Iaphetes 2024-11-11 20:27:06 +01:00
commit d377de0999
6 changed files with 5139 additions and 0 deletions

10
Cargo.toml Normal file
View 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"