editor/Cargo.toml

25 lines
436 B
TOML
Raw Normal View History

2021-01-05 10:17:41 +00:00
[package]
name = "editor"
version = "0.1.0"
authors = ["Michael Zhang <mail@mzhang.io>"]
edition = "2018"
[workspace]
members = [
"bass-sys",
]
[dependencies]
anyhow = "1.0.37"
bass-sys = { path = "bass-sys" }
ggez = "0.5.1"
log = "0.4.11"
stderrlog = "0.5.0"
2021-01-08 07:21:39 +00:00
num = "0.3.1"
2021-01-08 10:51:04 +00:00
ordered-float = "2.0.1"
2021-01-09 18:11:56 +00:00
structopt = "0.3.21"
2021-01-08 07:21:39 +00:00
[dependencies.libosu]
git = "https://github.com/iptq/libosu"
rev = "80604d756eb462fe07ca3c2fbada52335a49b529"