[add] README.md [add] default.png [add] equirect_hdr_icon_512-Wiederhergestellt.png [add] generate_equirect.py [add] icon.png [add] index.html [add] package-lock.json [add] package.json [add] public/ [add] requirements.txt [add] run.sh [add] src-tauri/ [add] src/ [add] vite.config.js
14 lines
316 B
TOML
14 lines
316 B
TOML
[package]
|
|
name = "skymap-gen"
|
|
version = "0.1.0"
|
|
authors = ["Skymap"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
tauri = { version = "1.5", features = [ "fs-read-file", "fs-read-dir"] }
|
|
|
|
[build-dependencies]
|
|
tauri-build = { version = "1.5", features = [] }
|