1 Star 0 Fork 0

mindbox/xloop

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CABase.rs 307 Bytes
一键复制 编辑 原始数据 按行查看 历史
mindbox 提交于 2024-12-24 03:53 +08:00 . remove dep objc2-quartz-core
#[allow(dead_code)]
pub(crate) type CFTimeInterval = std::os::raw::c_double;
#[inline]
pub extern "C" fn CACurrentMediaTime() -> CFTimeInterval {
extern "C" {
fn CACurrentMediaTime() -> CFTimeInterval;
}
unsafe { CACurrentMediaTime() }
}
#[link(name = "QuartzCore", kind = "framework")]
extern "C" {}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mindbox/xloop.git
git@gitee.com:mindbox/xloop.git
mindbox
xloop
xloop
master

搜索帮助