license SPDX line, implementing first global state

This commit is contained in:
neo
2026-08-25 13:48:33 +02:00
parent 215362f1bb
commit aeab2375c8
8 changed files with 114 additions and 3 deletions
+6
View File
@@ -2,6 +2,12 @@
name = "wayland_server"
version = "0.1.0"
edition = "2024"
license = "GPL-2.0-only"
keywords = ["ffi", "wayland"]
[[example]]
name = "simple_compd"
path = "examples/simple_compd.rs"
[dependencies]
libc = "*"