timeline_syncobj 0.1.1

bindings for the timeline variant of drm_syncobjs
Documentation
[dependencies.bitflags]
version = "2.10.0"

[dependencies.derive_more]
features = ["deref"]
version = "2.1.1"

[dependencies.rustix]
features = ["fs"]
version = "1.1.3"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
features = ["net"]
optional = true
version = "1.48.0"

[dev-dependencies.tokio]
features = ["net", "rt"]
version = "1.48.0"

[features]
default = []
tokio = ["dep:tokio", "rustix/event"]

[lib]
name = "timeline_syncobj"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "bindings for the timeline variant of drm_syncobjs"
edition = "2024"
license = "MIT-0/Apache-2.0"
name = "timeline_syncobj"
readme = false
repository = "https://github.com/Schmarni-Dev/timeline_syncobj"
version = "0.1.1"