1 Star 0 Fork 0

mindbox/xloop

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 883 Bytes
一键复制 编辑 原始数据 按行查看 历史
mindbox 提交于 2025-03-19 02:54 +08:00 . delay dep on raw_win_handle
[package]
name = "xloop_macos"
version = "0.1.1"
edition = "2021"
license = "MIT"
repository = "https://gitee.com/mindbox/xloop"
description = "macos impl for xloop."
[lib]
path = "lib.rs"
[dependencies]
log = "0.4"
env_logger = { version = "0.11", default-features = false }
raw-window-handle = "0.6"
xloop_types = { version = "0.1", path = "../types" }
[target.'cfg(target_vendor = "apple")'.dependencies]
objc2 = "0.5"
objc2-foundation = { version = "0.2", features = [
"NSThread", #
"NSArray",
"NSEnumerator",
] }
objc2-metal = { version = "0.2", features = [
"MTLDevice",
"MTLDrawable",
"MTLPixelFormat",
"MTLRenderPass",
"MTLResource",
"MTLTexture",
] }
objc2-app-kit = { version = "0.2", features = [
"NSApplication",
"NSResponder",
"NSTextInputClient",
"NSTextInputContext",
"NSRunningApplication",
"NSGraphics",
"NSWindow",
"NSEvent",
"NSView",
] }
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mindbox/xloop.git
git@gitee.com:mindbox/xloop.git
mindbox
xloop
xloop
master

搜索帮助