[package] name = "editor" version = "0.1.0" authors = ["Michael Zhang "] edition = "2018" [profile.release] debug = true [workspace] members = [ "bass-sys", "framework", ] [dependencies] anyhow = "1.0.38" bass-sys = { path = "bass-sys" } ggez = "0.5.1" log = "0.4.13" stderrlog = "0.5.1" num = "0.3.1" ordered-float = "2.0.1" structopt = "0.3.21" [dependencies.libosu] git = "https://github.com/iptq/libosu" rev = "df7ffa4b51328479addde0804930ec76112b3b69" [features] clippy = []