diff options
| author | Rubén Beltrán del Río <jj@r.bdr.sh> | 2025-12-26 21:17:05 +0100 |
|---|---|---|
| committer | Rubén Beltrán del Río <jj@r.bdr.sh> | 2025-12-26 21:25:41 +0100 |
| commit | 5cb79e3f86b5328301eabbbc409f254b58ee9bf4 (patch) | |
| tree | 78d48265bc840b4e7564ed38b3ba9a3026001fdb /Cargo.toml | |
Initial build
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..abbd83f --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,18 @@ +[package] +name = "map-linux" +version = "0.1.0" +edition = "2021" + +[dependencies] +cairo-rs = "0.21.5" +regex = "1.12.2" +relm4 = "0.10.0" +relm4-components = "0.10.0" +relm4-icons = "0.10.0" +relm4-macros = "0.10.0" +sourceview5 = "0.10.0" +wmap-parser = "1.0.0" +wmap-renderer = "1.0.0" + +[build-dependencies] +relm4-icons-build = "0.10.0" |