Fix the license field in Cargo.toml to comply with SPDX

SPDX uses dashes, not spaces, to delimit license name and version.
master
itycodes 6 months ago
parent 04927c3bcc
commit 6623324f39

@ -2,7 +2,7 @@
name = "vulk-rs"
version = "0.0.1"
edition = "2021"
license = "EUPL 1.2"
license = "EUPL-1.2"
repository = "https://gitea.itycodes.org/itycodes/vulk"
description = """
# Opinionated Rust bindings for Vulkan.

Loading…
Cancel
Save