[package] name = "intro-rs" version = "0.1.0" edition = "2021" authors = ["Danilo Guanabara ", "SLIMPANDA\\janio "] description = "A framework for creating 4kb intros." license = "MIT" documentation = "https://docs.rs/intro-rs" homepage = "https://github.com/notdanilo/intro-rs" repository = "https://github.com/notdanilo/intro-rs" [features] logger = [] fullscreen = [] [profile.release] lto = true codegen-units = 1 # should be 1, test diff opt-level = "z" # is this highest panic = 'abort' [profile.dev] lto = true opt-level = 0 panic = "abort" [dependencies] winapi = { version = "0.3.8", features = ["winuser", "libloaderapi", "processthreadsapi", "fileapi", "handleapi", "mmreg", "mmsystem", "mmeapi" ] }