[dependencies.anyhow]
version = "1.0"
[dependencies.libloading]
optional = true
version = "0.8"
[dependencies.mist-core]
version = "2.0.1"
[dependencies.mist-pdk]
default-features = false
optional = true
version = "1.1.0"
[dependencies.sdl2]
default-features = false
features = ["ttf", "unsafe_textures"]
version = "0.35"
[features]
bg = ["sdl2/gfx", "sdl2/image", "mist-core/bg"]
default = ["bg", "icon", "instant", "plugins"]
icon = ["sdl2/image"]
instant = ["mist-core/instant"]
plugins = ["dep:libloading", "dep:mist-pdk"]
portable = ["mist-core/portable"]
[package]
authors = ["peri <peri@periwinkle.sh>"]
description = "minimal, improved speedrun timer"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "mist"
readme = "README.md"
repository = "https://codeberg.org/periwinkle/mist"
version = "1.19.0"