ohos-vsync-binding 0.1.0

OpenHarmony's vsync binding for rust
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "ohos-native-vsync-sys"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c9e12a054093c7970d0822f594c1236687f9c0376311b65b98b355591411bff"

[[package]]
name = "ohos-vsync-binding"
version = "0.1.0"
dependencies = [
 "ohos-native-vsync-sys",
]