editor/Cargo.toml

28 lines
468 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"
2021-01-10 07:37:15 +00:00
[profile.release]
debug = true
2021-01-05 10:17:41 +00:00
[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"
2021-01-10 09:08:12 +00:00
rev = "557d0a321405516f12c3939c1207c7341f796f35"