license SPDX line, implementing first global state
This commit is contained in:
@@ -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 = "*"
|
||||
Reference in New Issue
Block a user