mastodon-export/Cargo.toml

17 lines
446 B
TOML

[package]
name = "mastodon-export"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bevy = { version = "0.8", default-features = false, features = ["bevy_winit", "png", "x11"] }
bevy_egui = "0.15.1"
egui = "0.18"
egui_extras = "0.18"
bevy-inspector-egui = "0.12.1"
tokio = { version = "1.12.0", features = ["full"] }
rfd = "0.8"
reqwest = "0.11"