Files

26 lines
735 B
TOML
Raw Permalink Normal View History

2026-05-12 22:38:52 +08:00
[package]
name = "昆明大学生创业园展播系统"
version = "0.1.2"
2026-05-12 23:19:37 +08:00
description = "大屏媒体轮播系统 - Tauri App"
authors = ["Pine"]
2026-05-12 22:38:52 +08:00
edition = "2021"
[lib]
name = "dpm_lib"
crate-type = ["staticlib", "cdylib", "rlib"]
[build-dependencies]
tauri-build = { version = "2", features = [] }
[dependencies]
tauri = { version = "2", features = [] }
2026-05-12 22:38:52 +08:00
tauri-plugin-opener = "2"
2026-05-14 15:07:41 +08:00
tauri-plugin-autostart = "2"
2026-05-12 22:38:52 +08:00
serde = { version = "1", features = ["derive"] }
# 本地补丁:wry 0.55.1 的 platform_webview_version 在 macOS 26 上
# NSBundle::bundleWithIdentifier 触发 CFRelease 断言崩溃(SIGTRAP),
# 已改为安全占位实现(见 vendor/wry/src/wkwebview/mod.rs
[patch.crates-io]
wry = { path = "vendor/wry" }