d6d69aa603
崩溃栈: NSBundle bundleWithIdentifier → objc2 msg_send → EXC_BREAKPOINT 窗口为标准全屏,无需私有 API;摄像头/麦克风权限由 Info.plist 声明,不受影响
20 lines
462 B
TOML
20 lines
462 B
TOML
[package]
|
|
name = "昆明大学生创业园展播系统"
|
|
version = "0.1.0"
|
|
description = "大屏媒体轮播系统 - Tauri App"
|
|
authors = ["Pine"]
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
name = "dpm_lib"
|
|
crate-type = ["staticlib", "cdylib", "rlib"]
|
|
|
|
[build-dependencies]
|
|
tauri-build = { version = "2", features = [] }
|
|
|
|
[dependencies]
|
|
tauri = { version = "2", features = [] }
|
|
tauri-plugin-opener = "2"
|
|
tauri-plugin-autostart = "2"
|
|
serde = { version = "1", features = ["derive"] }
|