[package] name = "luminol-result" description = "Luminol's custom error type" version.workspace = true authors.workspace = true edition.workspace = true rust-version.workspace = true license.workspace = true readme.workspace = true repository.workspace = true keywords.workspace = true categories.workspace = true [lints] workspace = true [dependencies] # * Window management, graphical user interface and 3D rendering * # image.workspace = true # * Logging and diagnostics * # color-eyre.workspace = true # * Useful procedural macros * # thiserror.workspace = true # * File system interfaces * # tempfile.workspace = true [target.'cfg(target_arch = "wasm32")'.dependencies] tracing-log = "0.1.3" # Provides compatibility between `tracing` and `log` crates [target.'cfg(not(target_arch = "wasm32"))'.dependencies] steamworks = { optional = true, version = "0.10.0" } # Bindings to the Steamworks API [features] steamworks = ["dep:steamworks"]