summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: e01b707bfacb555f98cf0940b46c764f41fdb864 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "eframe-template"
version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = "1.0.82"
eframe = "0.22"

[build-dependencies]
syn = { version = "2.0.59", features = ["full"] }