[package]
edition = "2024"
rust-version = "1.92"
name = "fret-platform-native"
version = "0.1.0"
authors = ["Mingzhen Zhuang <superfrankie621@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native desktop platform integration for Fret."
homepage = "https://github.com/Latias94/fret"
documentation = "https://docs.rs/fret"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/Latias94/fret"
resolver = "2"
[lib]
name = "fret_platform_native"
path = "src/lib.rs"
[dependencies.fret-core]
version = "0.1.0"
[dependencies.fret-platform]
version = "0.1.0"
[target.'cfg(all(not(target_arch = "wasm32"), any(target_os = "windows", target_os = "macos", target_os = "linux")))'.dependencies.arboard]
version = "3.4.1"
[target.'cfg(all(not(target_arch = "wasm32"), any(target_os = "windows", target_os = "macos", target_os = "linux")))'.dependencies.rfd]
version = "0.17"
[target.'cfg(all(not(target_arch = "wasm32"), any(target_os = "windows", target_os = "macos", target_os = "linux")))'.dependencies.webbrowser]
version = "1.2.0"