created ffi bindings and c-style data types

This commit is contained in:
neo_1993
2026-08-24 17:23:25 +02:00
parent a96829c307
commit 7dc656d705
4 changed files with 480 additions and 13 deletions
Generated
+9
View File
@@ -2,6 +2,15 @@
# It is not intended for manual editing.
version = 4
[[package]]
name = "libc"
version = "0.2.189"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
[[package]]
name = "wayland_server"
version = "0.1.0"
dependencies = [
"libc",
]