Begin rust rewrite

This commit is contained in:
Rémi BERTHO 2022-09-05 14:16:10 +02:00
parent 0dc8c22491
commit dfcbd9cecf
Signed by: dalan
GPG key ID: EE3B917931C07B64
22 changed files with 23822 additions and 1096 deletions

13
Cargo.toml Normal file
View file

@ -0,0 +1,13 @@
[package]
name = "simple_panorama_viewer"
version = "2.0.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
log = "0.4"
simplelog = "0.12"
wry = "0.20"
rfd = "0.10"
rust-embed = "6"
base64 = "0.13"