calcifer/Cargo.toml

22 lines
493 B
TOML
Raw Normal View History

2024-01-14 10:56:21 +01:00
[package]
name = "calcifer"
2024-07-22 13:28:07 +02:00
version = "1.3.2"
2024-07-14 15:53:32 +02:00
edition = "2021"
2024-01-14 10:56:21 +01:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
eframe = "0.25.0"
tinyfiledialogs = "3.0"
2024-01-21 12:28:10 +01:00
egui_extras = "0.25.0"
2024-01-21 10:24:16 +01:00
image = "0.24.8"
2024-01-21 12:28:10 +01:00
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"
2024-01-24 22:27:52 +01:00
nix = { version = "0.27.1", features = ["fs"] }
homedir = "0.2.1"
arboard = "3.3.0"
2024-02-01 13:12:24 +01:00
egui_dnd = "0.6.0"
2024-07-22 13:28:07 +02:00
[build]
rustflags = ["--cfg=web_sys_unstable_apis"]