[package] name = "macademia" version = "0.5.3" edition = "2021" license = "GPL-3.0-or-later" description = "A realtime application/game engine written in rust" repository = "https://github.com/zimlit/macademia" readme = "../README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] log = "0.4" fern = { version = "0.6", features = ["colored"] } chrono = "0.4" bitflags = "1.3" [target.'cfg(target_os = "linux")'.dependencies] x11 = "2.20.0" [target.'cfg(target_os = "windows")'.dependencies] winapi = { version = "0.3", features = ["winuser"] }