[package] name = "oxygengine-backend-desktop" version = "0.46.1" authors = ["Patryk 'PsichiX' Budzynski "] edition = "2021" description = "Desktop backend module for Oxygengine" license = "MIT OR Apache-2.0" homepage = "https://github.com/PsichiX/oxygengine" repository = "https://github.com/PsichiX/oxygengine" documentation = "https://docs.rs/oxygengine-backend-desktop" readme = "../../README.md" [features] scalar64 = ["oxygengine-core/scalar64"] [dependencies] oxygengine-core = { version = "0.46", path = "../core" } glutin = "0.28"