[package] name = "naty_app" version = "0.3.9" authors = ["Liam Garriga "] edition = "2021" description = "Nativefier alternative that provides a WebView of any website with a minimal install size" license = "MIT" repository = "https://github.com/LyonSyonII/naty" documentation = "https://github.com/LyonSyonII/naty" [dependencies] naty_common = { version = "0.3.8", path = "../naty_common" } wry = "0.20.2" image = "0.24.3" toml = "0.5.9"