about summary refs log tree commit diff
path: root/Cargo.toml
blob: b50e2a29c5dd9ed9ab44c1a9d28e50efdff55f00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "etch"
version = "0.1.0"
edition = "2021"

[dependencies]
gifed = { git = "https://git.nyble.dev/multimedia/gifed", features = [
	"videoish",
] }
gilrs = "0.11.0"
neam = { git = "https://github.com/gennyble/neam", rev = "5efc1761866283537fd254a8fb3582f50631cf0f" }
rfd = "0.15.1"
softbuffer = "0.4.6"
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
winit = "0.30.5"