Begin rust rewrite
This commit is contained in:
parent
0dc8c22491
commit
dfcbd9cecf
22 changed files with 23822 additions and 1096 deletions
13
Cargo.toml
Normal file
13
Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue