tauri-plugin-macos-fps 0.1.0

Tauri v2 plugin that unlocks >60fps on macOS by disabling WKWebView's frame rate cap
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85"
name = "tauri-plugin-macos-fps"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tauri v2 plugin that unlocks >60fps on macOS by disabling WKWebView's frame rate cap"
readme = "README.md"
keywords = [
    "tauri",
    "macos",
    "fps",
    "120hz",
    "webkit",
]
categories = ["gui"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/userFRM/tauri-plugin-macos-fps"

[lib]
name = "tauri_plugin_macos_fps"
path = "src/lib.rs"

[dependencies.log]
version = "0.4"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.tauri]
version = "2"
features = ["wry"]
default-features = false

[target.'cfg(target_os = "macos")'.dependencies.objc2]
version = "0.6"

[target.'cfg(target_os = "macos")'.dependencies.objc2-foundation]
version = "0.3"
features = [
    "NSArray",
    "NSString",
    "NSObject",
]
default-features = false