cargo init lib

This commit is contained in:
neo
2026-08-27 14:23:21 +02:00
parent a9780070f3
commit ef2051c07f
4 changed files with 37 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[package]
name = "wayland_client"
version = "0.1.0"
edition = "2024"
publish = ["tcraft"]
license = "GPL-2.0-only"
keywords = ["ffi", "wayland"]
[dependencies]